/* CSS Document */
#content {
background: transparent;
text-align:justify;
font-family: verdana;
font-size:13px;
position:absolute;
color: #b2b2b2;
width:670px;
left:20px;
top:360px;
}

#content a{
color: #af3558;
text-decoration: none;
font-weight:bold;
}

#content a:hover{
text-decoration: none;
color: #828282;
text-decoration:underline;
font-weight:bold;
}

#footer {
border-top: 6px solid #5b0d24;
text-align:center;
font-family: Verdana, Arial;
font-size:10px;
margin-top: 10px;
}

#footer a{
text-decoration:none;
color: #af3558;
font-weight:bold;
}

body {
background-color:#000000;
font-family: Verdana, Arial;
font-size: 11px;
color: #b2b2b2;
text-align:justify;
}

body a{
color: #af3558;
text-decoration: none;
}

b,strong{
color: #6d152f;
}

i,em{
color: #7c7c7c;
}

h1{
background : url(images/h1.png);
background-position : left;
background-repeat : no-repeat;
color : #fff;
padding-top: 8px;
padding-left:35px;
padding-bottom:13px;
font-size :22px;
margin-bottom:0px;
font-weight:bold;
font-family:Arial Narrow;
text-align:left;
}

h2{
	background: transparent;
	color: #4f4f4f;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold ;
	text-align: left;
	text-decoration: none;
	padding-left:2px;
	margin-bottom:10px;
	margin-top:-7px;
	padding-left:120px;
}

h3{
	margin-top:0px;
	background : url(images/h3.png);
	background-position : right;
	background-repeat : no-repeat;
	margin-bottom:10px;
	color: #b44b77;
	display: block;
	font-family: Arial Narrow;
	font-size: 25px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
}

h4{
	background: transparent;
	color: #d36f99;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold ;
	text-align: right;
	text-decoration: none;
	padding-left:2px;
	margin-bottom:10px;
	margin-top:-5px;
	padding-right:50px;
}

.imge { 
border: 5px #af3558 solid;
background-color: #af3558;
margin: 3px;
}

.imge:hover {
border: 5px solid #828282;
background-color: #828282;
}

blockquote{
background-color: #661a33;
margin-left: 110px;
width: 400px;
font-family: Verdana;
font-size: 9pt;
color: #ab7f94;
border: 2px solid #450618;
padding: 10px;
font-variant:small-caps;
}  


