@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
html, body {
	color: white;
	background-image: url(../img/site2/site_bg.png);
	background-color: black;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	height: 100%;
	min-height: 100%;
}
#backdrop {
	height: 350px;
	background-repeat: repeat-x;
	background-image: url(../img/site2/backdrop.png);
}
#container {
	min-height: 100%;
	height: 100%;
	width: 100%;
}

#image_gallery {
	float: left;
	width: 725px;
	overflow:hidden;
}

#image_gallery #img-disp {
	background-color: #878b87;
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 5px;
	text-align: center;
	margin: 2px;
	height: 125px;
	width: 125px;
	float: left;
}

#image_gallery #img-disp img {
	padding: 0px;
}


#menu {
	background-image: url(../img/site2/menu_bg.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 76px;
	width: 760px;
}
#menu ul {
	padding-left: 15px;
	margin-left: 5%;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: justify;
	list-style-type: none;
}
#menu li {
	display: block;
	list-style-type: none;
	float: left;
}
#menu a {
	padding-right: 20px;
	color: #FCF700;
	font-size: 20px;
	text-decoration: none;
	word-spacing: -0.5px;
	padding-left: 16px;
	margin-right: 3px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/site2/li_bg.png);
	list-style-type: none;
	float: left;
}
#menu a:hover {
	padding-right: 20px;
	color: #452eee;
	font-size: 20px;
	text-decoration: none;
	word-spacing: -0.5px;
	padding-left: 16px;
	margin-right: 3px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/site2/li_bg_active.png);
	list-style-type: none;
	float: left;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	width: 760px;
	background-repeat: no-repeat;
	background-image: url(../img/site2/header_bg.png);
}
#flash {
	margin: 20px;
	float: left;
	height: 200px;
	width: 700px;
}
#content {
	background-repeat: repeat-y;
	min-height: 400px;
	background-image: url(../img/site2/content_logo.png);
	background-attachment:fixed;
	background-position: center 350px;
	color: #FCF700;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
#content h1 {
	font-size: 22px;
	text-align: center;
}
#content h2 {
	font-size: 20px;
	text-align: center;
}
#content h3 {
	font-size: 18px;
}
#content p {
	padding: 15px;
}
#content img {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
}
#content ul {
	margin-left: 100px;
	list-style-type: none;
}
#content li {
}
#content p a {
	padding: 0px;
	margin: 0px;
	color: #FCF700;
	list-style-type: none;
}
#content p a:hover {
	padding: 0px;
	margin: 0px;
	color: #452eee;
	text-decoration: none;
	list-style-type: none;
}
#content ul a {
	padding-right: 20px;
	color: #FCF700;
	font-size: 18px;
	text-decoration: none;
	word-spacing: -0.5px;
	padding-left: 16px;
	margin-right: 3px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/site2/li_bg.png);
	list-style-type: none;
}
#content ul a:hover {
	padding-right: 20px;
	color: #452eee;
	font-size: 18px;
	text-decoration: none;
	word-spacing: -0.5px;
	padding-left: 16px;
	margin-right: 3px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/site2/li_bg_active.png);
	list-style-type: none;
}

#pagination {
	clear: right;
	float: left;
	font-size: 10px;
	background-color: #808080;
	width: 100%;
}
#pagination a { color: #FCF700; font-weight: bold; text-decoration: underline; }
#pagination a:hover { color: #452eee; font-weight: bold; text-decoration: none; }
#pagination_previous .disabled {
	color: #000;
	text-decoration: none;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
#pagination_numbers .current {
	color: #000;
	text-decoration: none;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
#pagination_next .disabled {
	color: #000;
	text-decoration: none;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

#pagination_previous {
	float: left;
	width: 33%;
	text-align: right;
}
#pagination_numbers {
	text-align: center;
	float: left;
	width: 33%;
}
#pagination_next {
	float: left;
	width: 33%;
	text-align: left;
}

#contact_add {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}
#bio {
}
#bio h1 {
	text-align: left;
	font-size: 20px;
}
#bio h2 {
	text-align: left;
	font-size: 16px;
}
#bio img {
	float: left;
	margin: 0px;
}
#bio a {
	color: #FCF700;
	font-size: 16px;
	text-decoration: none;
	word-spacing: -0.5px;
	list-style-type: none;
}
#bio a:hover {
	color: #452eee;
	font-size: 16px;
	text-decoration: none;
	word-spacing: -0.5px;
	list-style-type: none;
}

#resume {
	clear: left;
}
#resume img {
	float: right;
}
#resume ul {
	list-style-image: url(../img/site2/li_bg.png);
	background-repeat: no-repeat;
}
#bio p {
	clear: right;
	float: left;
}
#sponsor {
	clear: left;
	text-align: center;
	width: 760px;
	color: #FCF700;
	margin-right: auto;
	margin-left: auto;
}
#sponsor img {
	margin: 2px;
}
#youtube {
	width: 100%;
	float: left;
	clear: both;
}
#youtube_menu {
	float: left;
	margin-right: 25px;
	height: 300px;
	width: 200px;
	overflow:auto;
}
#youtube_menu p {
	font-size: 14px;
	overflow:auto;
}
#youtube_movie {
	clear: both;
	float: left;
}
#youtube_thumb {
}
#calendar {
}
#social_bookmarks {
	margin-right: auto;
	margin-left: 5px;
	width: 300px;
}
#footer {
	height: 123px;
	margin-bottom: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../img/site2/footer_bg.png);
}
#footer ul {
	padding-top: 45px;
	text-align: justify;
	margin-left: 5%;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 15px;
	list-style-type: none;
}
#footer li {
	list-style-type: none;
	display: block;
	float: left;
}
#footer p {
	padding-top: 5px;
	margin-top: 5px;
	clear: both;
	text-align: center;
	color: #FCF700;
}
#footer ul a {
	padding-right: 20px;
	color: #FCF700;
	font-size: 20px;
	text-decoration: none;
	word-spacing: -0.5px;
	padding-left: 16px;
	margin-right: 3px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/site2/li_bg.png);
	list-style-type: none;
	float: left;
}
#footer ul a:hover {
	padding-right: 20px;
	color: #452eee;
	font-size: 20px;
	text-decoration: none;
	word-spacing: -0.5px;
	padding-left: 16px;
	margin-right: 3px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/site2/li_bg_active.png);
	list-style-type: none;
	float: left;
}
#footer a {
	color: #FCF700;
}
#footer a:hover {
	text-decoration: none;
	color: #FCF700;
}
