/* CSS Document */

/*

The following is the color table used for this page:

#0f0f0f - Dark gray of header gradiant
#7d7e7d - Light gray of header gradiant
#c8c8c8 - Light gray used in logo
#91aad7 - Light blue used in a of logo
#617ba6 - Light blue used in f of logo
#2b446d - Nice dark blue pulled from background, could be used for links

*/

body {
	background-image: url(images/bg_site.jpg);
	background-color: #2b446d;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 20px;
}

a {
	color: #2b446d;
	text-decoration: none;
	font-weight: bold;
}

#pagecontainer {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 20px;
	width: 760px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 5px solid #000000;
	border-right: 5px solid #000000;
	-moz-border-bottom-colors: #000000 #333333 #777777 #bbbbbb #eeeeee;
	-moz-border-right-colors: #000000 #333333 #777777 #bbbbbb #eeeeee;
}

#header {
	width: 100%;
	height: 100px;
	padding: 5px;
	margin: 0px;
	background-color: #0f0f0f;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	text-align: right;
	color: c8c8c8;
	border: 1px solid #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header img {
	float: left;
}

#header h1 {
	color: #91aad7;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header p {
	margin-top: 0px;
	padding-top: 0px;
}

#content {
	float: right;
	width: 500px;
	margin-top: 20px;
	text-align: left;
}

#infobar {
	background-color: #91aad7;
	float: left;
	width: 200px;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
	-moz-border-bottom-colors: #eeeeee #bbbbbb #777777 #333333 #000000;
	-moz-border-right-colors: #eeeeee #bbbbbb #777777 #333333 #000000;
}

#infobar ul {
	font-size: 10pt;
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#infobar li {
	list-style: none;
}

#infobar p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer {
	clear: both;
	padding: 10px;
	background-color: #c8c8c8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#myphoto {
	float: right;
	margin-left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
