/* General and universal reset of margins and paddings
--------------------------------------------------*/
/* General and universal reset of margins and paddings
--------------------------------------------------*/

*	{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #d2d4af;}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #D5D6A9;
}

body	{
	margin: 10px;
	text-align: center;
	background-color: #000000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C8C264;
}
a	{text-decoration: none;}
a:hover	{text-decoration: underline;}
a img	{border: 0;}

b, strong {
	font-size: 12px;
	font-weight: bold;
	color: #E2E3C4;	


}
ul {
	list-style-type: disc;
	list-style-image: url(/images/bullet.gif);
	list-style-position: inside;
	}


.dropcap
{
float: left;
width: .7em;
font-size: 2em;
line-height: 83%;
}
.padding20{
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
/*--------------------------------------------------*/

.clear {
	clear: both;
}
	
/*--------------------------------------------------*/
#container	{
	width: 920px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
	height: 6px;
	background-image: url(images/top_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main {
	min-height: 400px;
	width: 920px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#footer {
	clear: both;
	height: 6px;
	background-image: url(images/bottom_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left {
	float: left;
	width: 366px;
}

#left #logo {
	width: 315px;
	height: 215px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#left #navigation {
	clear: both;
	float: right;
	width: 177px;
	margin-top: 30px;
	margin-right: 25px;
}

#content {
	min-height:400px;
	height:auto !important;
	height:400px; 

	float: left;
	width: 494px;
	background-image: url(images/content_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 30px;
}
#content img{
	margin: 10px;
}

