/* CSS Document */


/*Welcome to the Css for Notepad
Please note that the !important you 
see is a hack for firefox/IE.
The line with !important controls
properties in Firefox, the line below
for IE  */



body  {
background:#668570;
text-align: center;
}


/*  HEADER  */


#header {
text-align:left;
margin-left:2em;
width:581px;
padding-bottom:1px;
padding-left:70px;

padding-top:7px !important;
padding-top:28px;

}

#header h1, #header h1 a{
font-family:'CartoGothic', trebuchet MS, sans-serif;
font-size:33px;
color:#000;
font-weight:bold;
text-decoration:none;
}

#header h1 a:hover {
color:#800000;
text-decoration:none;
border-bottom:#800000 2px dotted ;
}


/*  CONTAINER BOX  */


#box {
background-image:url(back.gif);
width:661px;
text-align:left;
margin:auto;
}

#box p  {
padding-left:20px;
}


/* MAIN CONTENT */


#content p {
padding-bottom:9.5px !important;
padding-bottom:6px;
}

#content {
width:580px;
margin-left:45px;

margin-top:23px !important;
margin-top:28px;

font-family: 'Gentium Book Basic',serif;
font-size:14px;
color:#404040;

line-height:1.8em !important;
line-height:1.75em;

}


/*TOP NAVIGATION*/


#nav {
float:right;

margin-top:-48px !important;
margin-top:-45px;

margin-right:19px;
font-family:verdana, arial, times, helvetica, arial, sans-serif;
font-size:15px;
}

#nav a, #content a {
color:#AB003C;
text-decoration:none;

}

#nav a:hover, #content a:hover  {
text-decoration:underline;
color:#47720F;
}


.sub  {
font-size:18px;
font-weight:normal;
padding-left:2em;
font-family:'CartoGothic', trebuchet MS, sans-serif;
color:#800000;
font-weight:bold;
}

.redem {
color:#800000;
font-style:italic;
}


/*FOOTER PROPERTIES*/


#footer {
width:581px;
color:#000;
padding-bottom:10px;
padding-top:3px;
font-family:verdana, arial, times, helvetica, arial, sans-serif;
font-size:12px;
margin-bottom:3px;

margin-left:15px !important;
margin-left:20px;

line-height:1.75em;
height:40px;
text-align:center;
}

#footer a {
color:#808080;
text-decoration:none;
}

#footer a:hover  {
text-decoration:underline;
color:#000;
}


.photobox {
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #ACACAC;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
