* {
	padding: 0;
	margin: 0;
}

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

#container {
	width: 637px;
	padding: 0px;
	margin: 0 auto;
}

#header{
	background-image: url(images/header.png);
	width: 637px;
	height: 435px;
}

#content{
	margin-top: 20px;
	background: #fff;
	line-height: 20px;
	text-align: justify;
	float: left;
	width: 637px;
	line-height: 20px;
}

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

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

#right{
	width: 217px;
	float: right;
}

#footer{
	background: url(images/footer.png) no-repeat;
	width: 168px;
	height: 122px;
	clear: both;
}

#footer p{
	padding-left: 150px;
	padding-right: 30px;
	margin-top: 20px;
}

#sub2{
	background-color: #fffdcf;
	height: 19px;
	margin: 0 auto;
	clear: both;
	width: auto;
	padding-bottom: 10px;
}

b, strong{
	color: #582c2d;
}

i, em {
	color: #a34242;
}

a:link, a:visited{
	color: #d34f65;
	border-bottom: 1px dotted #360b0c; 
	text-decoration: none;

}

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

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

h2{
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fb8789;
	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 #fb8886;
	padding-left: 10px;
}

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

.pic{
	padding: 5px;
	background-color: #fb9092;
	border: 1px dotted #411011;
	margin: 5px 5px 0px 0px;
}