body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	background-color: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}
p {
	padding: 0px;
	margin: 0px;
}
a:hover {
	text-decoration: none;
}
.header {
	background-image: url(images/header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	_width: 100%;
}
.line1 {
	width: 1000px;
}
.line1 p {
	padding: 0px;
	margin: 0px;
	float: left;
}
.header_menu {
	background-image: url(images/h3.jpg);
	float: left;
}
.header_menu p {
	padding: 0px;
	margin: 0px;
	float: left;
}
.header_menu p a img {
	border: 0px;
}
.line2 {
	width: 1000px;
}
.line2 p {
	float: left;
}
.line3 {
	font-weight: normal;
	width: 456px;
	padding-top: 10px;
	background-image: url(images/h6.jpg);
	height: 63px;
	float: left;
}
.line3 p {
	color: #bce3f4;
	padding: 1px;
	text-align: right;
	float: left;
	width: 100%;
}
.line3 p strong {
	font-weight: bold;
	color: #fff;
}
.line3 p a {
	font-weight: bold;
	color: #fff;
}
#footer {
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
}
#menubar {
	background-image: url(images/menubar_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}
.menubar_1 {
	width: 450px;
	float: left;
}
.menubar_1 p {
	float: left;
}
.menubar_1 p a img {
	border: 0px;
}
.menubar_2 {
	width: 300px;
	float: right;
}
.menubar_2 p {
	float: left;
	padding-right: 0px;
}
.menubar_2 p input {
	padding: 0px;
	margin: 0px;
	border: 1px solid #b0d3e1;
	height: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.line4 {
	width: 1000px;
}
.line4 p {
	float: left;
}
.footer_menu {
	float: left;
	background-image: url(images/f2.jpg);
	width: 419px;
	height: 60px;
}
.footer_menu p {
	width: 409px;
	font-weight: normal;
	text-align: left;
	color: #bce3f4;
	padding: 2px;
}
.footer_menu p a {
	font-weight: bold;
	color: #fff;
}
.line5 {
	width: 1000px;
}
.line5 p {
	float: left;
}

#container {
	width: 1000px;
}
#main {
	width: 790px;
	float: left;
	padding: 5px;
	padding-top: 0px;
}
#main h2 {
	text-align: left;
	color: #333;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	border: 0px dotted #333;
	border-bottom-width: 1px;
}
.content {
	text-align: justify;
	float: left;
	width: 150px;
	padding: 1px;
	padding-top: 20px;
	margin: 1px;
}
.content a {
	text-decoration: none;
}
.lenght {
	width: 85px;
	color: #ff6123;
	text-align: justify;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	margin: 0px;
	float: center;
}
.rating {
	float: right;
	font-size: 10px;
	text-align: right;
	color: #000;
	width: 75px;
	margin-top: -13px;
}
.link_title {
	font-size: 10px;
	color: #0b2229;
}
.link_title:hover {
	text-decoration: underline;
	color: #ff6123;
}
.thumb_link {
	border: 1px solid #003361;
	width: 150px;
	height: 120px;
}
.views {
	width: 40%;
	font-size: 10px;
	color: #0b2229;
}
.add_date {
	float: right;
	font-size: 10px;
	text-align: right;
	color: #0b2229;
	width: 75px;
	margin-top: -13px;
}
#bottom_menu {
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	border: 0px dotted #333;
	border-top-width: 1px;
}
#bottom_menu a {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: capitalize;
	color: #fff;
	margin: 2px;
	border: 1px solid #5a8ca2;
	background-color: #0b2229;
}
#sidebar {
	text-align: left;
	padding: 5px;
	padding-top: 0px;
	float: left;
	width: 190px;
	color: #ccc;
}
#sidebar h2 {
	text-align: left;
	color: #333;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	border: 0px dotted #333;
	border-bottom-width: 1px;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: -10px;
}
#sidebar ul li {
	text-align: left;
	list-style: none;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 5px;
	border: 1px dotted #d8d8d8;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #d8d8d8;
	border-right-width: 0px;
}
#sidebar ul li:hover {
	border-left-color: #ff9064;
}
#sidebar ul li a {
	color: #666;
}
#sidebar ul li a:hover {
	text-decoration: none;
}