@charset "UTF-8";
html {
	height: 100%;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #21304d;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 13px Arial, sans-serif;
	color: #FFFFFF;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url('img/star_icon.jpg');
	background-repeat: no-repeat;
}

p {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
}

a:link {color: #e51937; text-decoration: none}
a:visited {color: #e51937; text-decoration: none}
a:hover {color: #ffffff; text-decoration: none}
a:active {color: #ffffff; text-decoration: none}

img {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	
}
h2 {
	margin: 0;
	margin-bottom: 25px;
	margin-top: 50px;
	padding: 0;
	color: #e51937;
}
h3 {
	margin: 0;
	margin-top: 25px;
	margin-bottom: 5px;
	padding: 0;
	color: #5d7fbc;
}


.container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
	width: 600px;
	background: #000000;
	text-align: center;
}
.header {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	width: 500px;
	background: #000000;
	text-align:left;
}
.sub_content {
	margin: 0 auto;
	padding: 0;
	padding-left: 50px;
	padding-right: 50px;
	border: 0;
	width: 500px;
	background: #000000;
	text-align: left;
}
.contact {
	clear: both;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	width: 500px;
	height: 200px;
	background: #000000;
	text-align: right;
	font-size:9px;
}
.thumbnail_container {
	margin: 0;
	padding: 0;
	width: 475px;
	border: 0;
}
.thumbnail{
	padding: 3px 3px 3px 3px;
	background-color: #112;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}