* {
	margin: 0px;
	padding: 0px;
}

::-moz-selection{
background:#FFF;
color:#00F;
} 

::selection {
background: #FFF;
color: #00F;
}

body {
	padding: 25px 0px 12px;
	background-image: url('images/backround.jpg');
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	min-width:800px;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #526052;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 12px;
	text-align: justify;
	line-height: 15px;
}

#container {
	margin: 0px auto;
	width: 800px;
	min-height: 314px;
	background-image: url('images/background_image.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

.thumbnail {
	padding: 10px 0px;
	text-align: center;
}


/* Page Header */
#sitename{
	width: 800px;
	padding-top:130px;
	font-size:18px;
	text-align:center;
	padding-bottom:10px;
}

#page_header {
	width:800px;
	height:45px;
	text-align:center;
}

#page_header2 {
	color:#F00;
	width:600px;
	height:50px;
	font-size:12px;
	text-align:center;
	padding-left:100px;
	padding-right:100px;
}
/* Main Content */

#main_content {
	width:800px;
	float: left;
	clear: both;
	text-align: center;
}

#main_content2 {
	width: 800px;
}

#main_content_header {
	background: url('images/cont_head.jpg') repeat-y;
	width:800px;
	margin-top:20px;
}

#main_content_header h2 {
	padding: 20px 10px 12px;
	font-size: 12px;
}

#main_content_body {
	background: url('images/main_background.jpg') repeat-y;
	padding-left:100px;
	padding-right:100px;
	min-height: 220px;
	color: inherit;
}

#main_content_body #content_box {
	text-align:center;
	width: 600px;
}

#main_content_footer {
	width: 800px;
	height: 50px;
	padding-top:30px;
	background: url('images/main_background_bot.jpg') no-repeat;
	overflow: hidden;
}

#aup{
	width: 600px;
	margin-bottom:5px;
}


/* Page Footer */

#page_footer {
	display:block;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}
