@charset "UTF-8";
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
}
#container {
	background-color: #000000;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
}
#header {
	background-image: url(images/autoHeader.gif);
	height: 240px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	background-color: #000000;
	height: 49px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(255,255,255,1);
}
#photoplace {
	height: 320px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	width: 240px;
	font-size: 14px;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#section {
	float: left;
	width: 460px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
}
#right {
	float: left;
	width: 240px;
	text-align:center;display:block;
	align-left:10px;
	align-right:10px;
}
#footer {
	background-color: black;
	clear: both;
	height: 40px;
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: rgba(252,249,249,1);
	padding-top:1px;
}
#bg {
	background-image: url(images/bg.jpg);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:28px;
	text-align: center;
	color:#F11704;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#02AAD2;
	font-size:20px;
	text-align:center;
}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#FBF8F9;
	font-size:16px;
	text-align:center;
}
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#000000;
	font-size:14px;
	text-align:left;
	margin-left:8px;
	margin-right:8px;
}
h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#000000;
	font-size:14px;
	text-align:left;
	margin-left:8px;
	margin-right:8px;
}
p {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
color:#FAFAFA;
font-size:14px;
}
blockquote {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
color:#000000;
font-size:18px;
}
a {
	text-align:center;
color:rgba(231,0,3,1.00);
font-size:14px;
}