body {

	background-color:#ffffff;

	margin:10px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#808080;

}



a {

	color:#999999;
    text-decoration:none;
    }



a:hover {
    color: #4a4848;
    cursor: e-resize;
    }


h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size:200%;

	color:#000000;

	font-weight:normal;

}



/* the header gif and title */



#title {

	margin:0 auto 0 auto;

	text-align:center;

	margin-bottom:10px;

}



#title p {

	font-variant:small-caps;

	letter-spacing:2px;
    }
    
    #title img {

	border:none;

}

/* this holds all the content of the page */



#container {

	width:800px;

	margin:0 auto 0 auto;

}

/* sidebar */
#sidebar {

	width:600px;

	float:right;

}



#sidebar h1 {

	font-family:"Trebuchet MS", Arial, Verdana;

	text-align:right;

	font-size:150%;

	color:#626477;
    }



#sidebar p {

	line-height:20px;
   } 
/* menu */



#menu {
    
	text-align:right;

}



#menu a {

	color:#999999;
    background-position:right;
    padding-right:10px;
    line-height:15px;
    text-decoration:none;

}



#menu a:hover {
color: #4a4848;
cursor: e-resize;}

/* this is the text part of page */



#content {
   width:400px;
   margin-right:150px;
	text-align:center;
    padding-right:20px;
}



#content h1 {
    font-family:Arial, Helvetica, sans-serif;
    
    font-size:150%;
    color:#626477;
    padding-top:15px !important;
    padding-top:0;
    text-align:center;
    }



#content p {

	line-height:30px;
    text-indent:15px;

}


/*footer */



#footer {

	width:580px;

	margin:0 auto 0 auto;

	padding:10px;

	text-align:center;

	border-top:1px dashed #585454;
    clear: both;

}




 
