
body {
	margin: 20px 0 0 0;
	/*margin: 30px 0 0 0;*/
	padding: 0;
	/*color blue when #2971d3*/
	background: #000000 url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	
}

h1, h2, h3 h4{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	color:#FF6600;
	/*color:#FFFF00;*//*color yellow*/
	letter-spacing: -1px;
	font-size: 24px;
	text-transform:capitalize;
}

h2 {
	color:#FFFF00;
	font-size: 23px;
}
h3 {
	color:#FFFF00;
	font-size:18px;
	margin-left:10px;
	}
	h4 {
	text-align: justify;
	font-size:16px;
/*	line-height: 26px;*/
	line-height: 16px;
	}
 ul, li {
 	margin: 0 0 2em 0;
	text-align: justify;
	
/*	line-height: 26px;*/
	line-height: 16px;
	font-size:18px;
}
p {
	margin: 0 0 2em 0;
	text-align: justify;
	font-size:16px;
/*	line-height: 26px;*/
	line-height: 16px;
	}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
text-transform:capitalize;
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}


/* Header */

#header {
	width: 850px;
	height: 110px;
	margin: 0 auto 10px auto;
	/*margin: 0 auto 40px auto;*/
}

#logo {
	float: left;
	width:850px;
	height: 110px;
	background:url(images/logoweb.gif) no-repeat;
	/*height: 120px;*/
	/*background: url(images/img02.jpg) no-repeat left top;*/
}

#logo h1 {
	font-size: 38px;
	color: #FFFFFF;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FD9B33;
	
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	background:#333333;
	width:850px;
	float: left;
	text-transform:capitalize;
}

#menu ul {
	margin: 0;
	padding:0 0 0 0;
	/*padding: 15px 0 0 0;*/
	list-style: none;
	
	
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	/*border-bottom: 4px #F68616 solid;*/
	margin-left: 5px;
	/*padding: 7px 20px;*/
	padding: 3px 8px;
	text-decoration: none;
	font-size: 16px;
	/*font-size: 13px;*/
	color:#FFCC00;
	/*color: #FFFFFF;*/
}

#menu a:hover {
	background:#FF6600;
	text-decoration: underline;
	color:#FFFF00;/*color yellow*/
}

#menu .active a {
}

/* Page */

#page {
	background:#000000;
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
	width:840px;
	float: left;
	/*width: 575px;*/
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	/*background: url(images/img03.gif) no-repeat right 50%;*/
	border-bottom: 1px dashed #FF6600;
}
/*prodcution partner*/
#partner {
	width:850px;
	}

/* Footer */

#footer {
	height: 400px;
	min-height: 74px;
	padding: 10px 0 0 0;
	background: #000000 url(images/img01.jpg) repeat-x;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}
