* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #999;
	background-color: #0c0e0e;
}

#container {
	width: 690px;
	margin: 0px auto;
	padding: 0px;
	background-color: #1a222d;
}

#header{
	background-image: url(images/header.png);
	width: 690px;
	height: 436px;
	margin: auto;
}

#contentstart{
	width: 790px;
	background: url(images/top.png) no-repeat;
	height: 31px;
}

#content{
	padding-top: 25px;
	line-height: 20px;
	text-align: left;
	float: left;
	width: 690px;
	line-height: 18px;
	background-color: #1a222d;
	background: url(images/body.png) repeat-y;
}

#content p{
	margin-bottom: 10px;
}

#left{
	width: 390px;
	float: left;
	margin-left: 30px;
}

#right{
	width: 249px;
	margin: 0px 5px 0px 5px;
	float: right;
	text-align: left;
}

#right ul {
	list-style-type: none; 
	list-style-image: none; 
	list-style: none; 
	margin-bottom: 20px;
}

#right li {
	margin-bottom: 5px;

}

#right li a {
	width: 160px;
	background: #3F4044;
	color: #000;
	display: block;	
	border-left: 8px solid #000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#right li a:hover {
	width: 160px;
	background: #000;
	color: #ccc;
	display: block;	
	border-left: 8px solid #ccc;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#right p {
	color: #999;
	margin: 0px 20px 10px 20px;
}

i, em, b, strong{
	color: #547994;
}

a:link, a:visited{
	color: #547994;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-style: italic;
	font-family: Georgia;
	color: #999;
	text-transform: lowercase;
	padding-left: 23px;
	margin-bottom: 10px;
}

/** Footer Starts **/
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
	height: 38px;
	width: auto;
}

#footer p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
	padding-top: -30px;
	padding-left: 40px;
}

h3{
	margin-bottom: 10px;
}

ul{
	margin: 0px 0px 15px 30px;
	list-style-type: circle;
}

li{
	margin-bottom: 2px;
}

blockquote{
	margin: 0 auto;
	margin: 20px;
}

textarea, input, select, button, submit, checkbox, select , radio{ 
	background-color: #ccc;
	color : #000; 
	text-decoration : none; 
	text-align : left; 
	border: 1px solid #000;
	padding: 3px;
}

.pic{
	padding: 5px;
	background-color: #e0e4cc;
	border: 1px solid #f97d9d;
	margin: 8px 5px 0px 0px;
}