* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) repeat;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	background-color: #d1d1d1;
}

#container {
	width: 687px;
	padding: 0px;
}

#header{
	background-image: url(images/header.jpg);
	width: 687px;
	height: 500px;
}

#content{
	padding-top: 30px;
	background-image: url(images/bg_text.png);
	line-height: 20px;
	text-align: justify;
	float: left;
	width: 790px;
	line-height: 20px;
	margin-left: 40px;
}

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

#left{
	width: 470px;
	float: left;
}

#right{
	width: 237px;
	float: right;
	margin-right: 50px;
}

b, strong{
	color: #54708c;
}

i, em {
	color: #a34242;
}

a:link, a:visited{
	color: #54708c;
	text-decoration: none;
	border-bottom: 1px dotted #d34f65; 
}

a:hover{
	color: #d34f65;
	border-bottom: 1px dotted #7c9cbb; 
	text-decoration: none;
}

h1{
	font-size: 18px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #a34242;
	margin-bottom: 10px;
}

h2{
	border-bottom: 2px dotted #464646;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #9f5a84;
	text-align: right;
}

/** Footer Starts **/
#footer{
	width: 687px;
	clear: both;
}

#footer p{
	font-size: 12px;
	margin-left: 10px;
	padding-top: 30px;
}

h3{
	margin-bottom: 10px;
}

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

li{
	margin-bottom: 5px;
}


blockquote{
	font-size: 12px;
	text-align: justify;
	margin: 0px 0px 0px 20px;
	margin: 10px 0px 20px 0px;
	border-left: 10px solid #ac8ecf;
	padding-left: 10px;
}

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

.pic{
	padding: 5px;
	background-color: #f8f3e6;
	border: 1px dotted #9e5fa1;
	margin: 5px 5px 0px 0px;
}