body {
	background-image: url(../im/bg.jpg);
	background-repeat: repeat-x;	
	
}
p {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #322D6F;
	margin-top: 14px;
}


blockquote{
	margin-left: 30px;
	margin-top: 18px;
	padding-left: 17px;
	width: 350px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FEEAB3;
}

blockquote p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #A00076;
	line-height: 1.2em;
}

div#container p{

	margin-right: 10px;

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p a {
	color: #C90043;
	
}
p a:link {
	color: #C90043;

} 

p a:visited {
	color: #A00076;
} 

p a:hover {
	background-color: #FFFDD2;
	color: #322D6F;
} 

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #C90043;
	line-height: 1.8em;
}

h2{
	font-size:18px;
    font-weight:normal;
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #008EDB;
	margin-top: 15px;

}

div#header {
	position:relative;
	height:152px;
}

div#header a #logo {
	position:absolute;
	left:-47px;
	top:2px
}
div#header a #logo2 {
	position:absolute;
	left:23px;
	top:50px
}
div#container {
	text-align:left
}

div#footer {

}

div#container {
	width:900px;
	margin:0 auto;
	
}
div#content {
	float:right;
	width:700px;
	
	
}
div#navigation {
	float:left;
	width:200px
}
div#extra {

}

br.clear{
    clear: both;
}

hr {

	height: 1px;
	color: #A00076;
	background-color: #A00076;
	width: 80%;
}