* {
	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: #ffbcc9;
}

#navi {
	position: fixed;
	left: 25px;
	top: 100px;
	padding: 20px;
	background-color: #ffbcc9;
}

#navi ul {
	list-style-type: none; 
	list-style-image: none; 
	list-style: none; 
	margin-bottom: 20px;
}

#navi li {
margin-bottom: 15px;
line-height: 20px;
}

#navi li a {
	width: 125px;
	background: #fff;
	color: #CC6666;
	display: block;	
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Georgia;
padding: 10px 5px 15px 5px;
margin-left: 5px;

}

#right {
	position: fixed;
	left: 600px;
	top: 100px;
	padding: 20px;
	background-color: #fff;
}

#content{
	position: absolute;
	left: 210px;
	top: 70px;
	background-color: #fff;
	text-align: justify;
	width: 350px; 
	padding: 20px;
}

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

.foot{
	font-size: 10px;
	margin-top: 20px;
}

b, strong{
	color: #d34f65;
}

i, em {
	color: #3f8a8a;
}

a:link, a:visited{
	color: #d34f65;
	text-decoration: none;

}

a:hover{
	color: #5ab4b4;
	text-decoration: none;
}

h1{
	font-size: 18px;
	font-family: Georgia;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: -1px;
	color: #4b9696;
	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;
	color: #ffbcc9;
	font-size: 20px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	letter-spacing: 1px;
}

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;
}