/*

*/

/** Common Styles */

body {
	margin: 0px 0 0px 0;
	padding: 0;
	background: #D7D7BD 
	text-align: justify;
	line-height: 20px;
	font-family: Arial
	font-size: 10px;
	
	}
	
h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000000;
}

strong {
	color: #000000;
}



a {
	
}


}

/** Style for header starts here */

#header {
	width: 800px;
	height: 150px;
	margin: 0px auto;

}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	border: none;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */



/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
}

}

#content p {
}

#content a {
	text-decoration: none;
}

#right {
	float: right;
	width: 480px;
	padding: 20px 20px;
}

#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#right li {
	margin-bottom: 8px;
	padding-left: 10px;
	background: url(images/img06.jpg) no-repeat 0 7px;
	line-height: 17px;
}

#right .post {
}

#left {
	float: left;
	width: 220px;
	padding: 20px 20px;
	background: #EDEDED;
}



}