* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0px;
	background: url(images/bg.png) repeat-x;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #180b01;
	background-color: #46808a;
	margin: 40px 0px 40px 0px;
}

#container {
	width: 599px;
	margin: 0px auto;
	padding: 0px;
	border: 8px solid #f86359;
}

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

/** Navigation  **/
#nav{
	width: 599px;
	padding: 20px 0px 20px 0px;
	background-color: #69d2e7;
}

#menu ul, #menu li, #menu ul a{
	padding-right: 30px;
	margin: 0 auto;
	list-style-type: none;
	list-style: none;
	display: inline;
	font-family: Tahoma;
	font-size: 18px;
	text-transform: lowercase;
}

.style a:link, .style a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #e0e4cc;
}

.style a:hover{
	border-bottom: 3px solid #e0e4cc;
	color: #f38630;
}

#content{
	padding-top: 25px;
	line-height: 20px;
	text-align: justify;
	float: left;
	width: 599px;
	line-height: 18px;
	background-color: #a7dbd8;
}

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

#left{
	width: 375px;
	float: left;
	margin: 0px 5px 0px 10px;
}

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

b, strong{
	color: #247f91;
}

a:link, a:visited{
	color: #e9597e;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #8f6f4a;
	text-decoration: none;
	border-bottom: 1px dotted #e9597e;;
}

h1{
	font-size: 20px;
	font-family: Georgia, "Times New Roman";
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #f86359;
	margin-bottom: 10px;
}

h2{
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	color: #247f91;
	text-transform: lowercase;
	margin-bottom: 10px;
}

/** Footer Starts **/
#footer{
	clear: both;
	padding: 30px 15px 10px 15px;
	width: auto;
	background-color: #a7dbd8;
}

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: #88bbb8;
	color : #000; 
	text-decoration : none; 
	text-align : left; 
	border: 1px solid #69d2e7;
	padding: 3px;
}

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