@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
body {
	padding: 0px;
	text-align: center;
	margin: 0px;
	background: #FFFFFF url(../images/background_gradient.jpg) repeat-x;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1 {
	color: #039;
	margin-bottom: 0px;
	font-size: large;
}
h2 {
	color: #039;
	margin-bottom: 0px;
	font-size: small;
}
p {
	margin-top: 0px;
}

a:link {
	color: #693;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #693;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #7A7AA9;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #7A7AA9;
	font-weight: bold;
}



#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#header {
	height: 100px;
}



#navbar {
	width: 100%;
	margin-bottom: 45px;
}

#mainContent {
	background: #FFFFFF;
	text-align: left;
	padding: 30px;
	min-height: 350px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #b5b5b5;
	margin-top: 20px;
}

#text {
	width: 450px;
	background-color: #FFFFFF;
	margin-top: 30px;
}
#text ul {
	list-style: url(../images/arrow.png);
}
#text li {
	margin-bottom: 5px;
}


#random {
	background-color: #CCC;
	float: right;
	clear: right;
	width: 220px;
	padding: 10px;
	margin-top: 22px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #b5b5b5;
}
#random span {
	font-weight: bolder;
	font-variant: small-caps;
}



#footer {
	text-align: center;
	width: 100%;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/footer.gif);
}
#footer a:link {
	color: #FFF;
	font-weight: normal;
}
.float-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.caption {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-top: 5px;
}

