* {
	margin:0;
	padding: 0;
}

body {
margin : 0;
color : #a3a3a3;
font-size: 11px;
font-family: Trebuchet MS, Tahoma, Arial, Verdana;
line-height : 150%;
background: #f9f9f9;
}

#container {
position: relative;
margin-left : auto;
margin-right : auto;
width: 850px;
}

#header {
height: 440px;
}

.random-quote {
	position: relative;
	top: 150px;
	left: 370px;
	width: 365px;
	height: 150px;
}

.random-quote ul li {
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: none;
}


.navi {
	list-style-type:none;
	height: 30px;
	clear:both;
	margin: 0 auto 0 auto;
	text-align:center;
	color: #fff;
	padding: 6px;
	
	position: relative;
	top: 250px;
	width: 800px;
	
	text-transform: uppercase;
	font-size: 10px;
	
	
}

.navi li {
	display: inline-block;
	background: #d5b7c8;
	margin: 0 0 5px 0;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
}

.navi li a {
	background: #d5b7c8;
	padding: 4px 6px 4px 6px;
	color: #fff;
	text-decoration:none;
	
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
}

.navi li a:hover {
	background: #f7e0eb;
	padding: 4px 6px 4px 6px;
	color: #a3a3a3;
	
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
}


#footer {
position: relative;
margin-left : auto;
margin-right : auto;
width: 100%;
height: 10px;
border-width: 0px;
margin-top: 0px;
margin-bottom: 0px;
background: #f2f2f2;
font-size: 10px;
text-transform: uppercase;
color: #a5a6a6;
text-align: center;
}

#footer A:link, #footer A:visited {
color : #a5a6a6;
text-decoration : none;
cursor :  crosshair;
}

#footer A:hover, #footer A:active {
color : #a5a6a6;
text-decoration : underline;
cursor :  crosshair;
}

#content { 
border-width : 0px;
padding : 0 90px 0 90px;
margin-left : 15px;
margin-right : 15px;
margin-bottom: 30px;
margin-top: 0px;
color : a3a3a3;
border-style : solid;
background-image:url(back.jpg); 
background-repeat:repeat-y;
border-color : #43464a;
text-align: justify;
width : 670px;
float: left;
}


A:link  {
color : #979797;
text-decoration : none;
cursor :  crosshair;
font-weight : bold; 
}

A:visited  {
color : #bed274;
text-decoration : none;
cursor :  crosshair;
font-weight : bold; 
}

A:hover  {
color : #de8dbb;
text-decoration : none;
cursor :  crosshair;
font-weight : bold; 
}

A:active  {
color : #de8dbb;
text-decoration : none;
cursor :  crosshair;
font-weight : bold; 
}

blockquote {
padding-top: 5px;
padding-bottom : 5px;
padding-left : 10px;
padding-right : 5px;
text-decoration : none;
color : #43464a;
border-width : 0px;
margin : 5px;

}

p {
	margin: 0 0 8px 0;
}

input , textarea, option, select  {
	color : #43464a;
	background : #e9e9e9;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	text-align : left;
	border-width : 0px;
	border-style : solid;
	border-color : #43464a;
	margin: 3px 0 3px 0;
	padding: 6px 4px 6px 4px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;

}


h1 {
	font-size: 24px;
	color: #dbadc7;
	margin: 15px 0 15px 0;
	text-transform: lowercase;
	font-family: Georgia, Trebuchet MS;
	font-weight:normal;
	font-style: italic;
	text-align: center;
}

h2 {
	font-size: 13px;
	color: #bac885;
	margin: 0px 0 0px 0;
	text-transform: lowercase;
	font-family: Georgia, Trebuchet MS;
	font-weight:normal;
}

h3 {
	font-size: 13px;
	color: #bac885;
	margin: 0px 0 0px 0;
	text-transform: lowercase;
	font-family: Georgia, Trebuchet MS;
}

.small {
font-size : 13px;
padding-left: 0px;

}

ul {
	list-style:none;
	list-style-image: none;
	list-style-type: none;
}

.disc li {
	background: #e9e9e9;
	padding: 6px 6px 6px 15px;
	margin: 2px 0 4px 0;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	
}
	
.quotes li {
	background: #e9e9e9;
	padding: 15px 20px 10px 20px;
	margin: 2px 0 6px 0;
	
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

strong {
	color: #8c9d4a;
}

.quote {
	font-size: 11px;
}

.quote_data {
	margin: 0px auto 0px auto;
	padding: 3px 10px 3px 10px;
	text-align: center;
	width: 98%;
	
	background: #f5f5f5;
	
	
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
}
