* {
	margin:0;
	padding:0
}
html, body {
	background-image:url(../images/repeat_horz.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	height:100.1%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
a {
	outline: none;
}
#uber_container {
	position: relative;
	min-height: 100%;
}
#container {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height:720px;
}
#header {
	padding:0px;
	padding-top:67px;
	margin-left:50px;
}
#header img{
	border:0px;
	margin:0px;
}
#nav_bar{
	width:500px;
	margin-top:19px;
	margin-left:75px;
	font-size:12px;
	line-height:12px;
}
#nav_bar a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
	margin-right:20px;
}
#nav_bar a:hover{
	color:#ffc700;
	text-decoration:none;
	margin-right:20px;
}
#title {
	font-size:20px;
	width:500px;
	text-align:left;	
}
#title_contact {
	font-size:20px;
	width:500px;
	text-align:left;
	margin-left:176px;	
}
#content_container {
	width:850px;
	margin-top:60px;
	margin-left:50px;
}
#content_container_large {
	width:850px;
	margin-top:60px;
	margin-left:50px;
}
#content {
	width:500px;
	margin-top:20px;
	text-align:left;
}
#content_contact {
	float:left;
	margin-top:20px;
	text-align:left;
	margin-left:176px;
}
#content_profile {
	float:left;
	width:300px;
	margin-top:20px;
	text-align:left;
	margin-left:176px;
}
#reel_large {
	height:404px;
}
#buttons {
	width:350px;
}
#button_med {
	float:left;
	text-align:center;
	width:132px;
	font-size:10px;
}
#button_lrg {
	float:right;
	width:132px;
	font-size:10px;
}
#profile_pic {
	float:left;
	width:300px;
	margin-top:55px;
	margin-left:35px;
}
#contact_pic {
	float:right;
	width:320px;
	margin-top:3px;
	margin-right:115px;
}
img {
	border-width:0px;
}

a .pic_link_style, a:visited .pic_link_style, a:active .pic_link_style {
	border-color:#1a3052;
	border-style:solid;
	border-width:1px;
}
a:hover .pic_link_style{
	border-color:#2b4f87;
}
a, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#ffc700;
	text-decoration:none;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:904px;
	clear:both;
	height: 66px;
	padding-bottom:20px;
}
#footer_text {
	color:#999999;
	font-size:10px;
	padding-top:35px;
	padding-left:80px;
}