/** Page Layout **/

body {
	background-color:#000000;
	background-image:url(/design_images/backgroundimage.jpg);
	background-repeat:repeat-y;
	margin-top:0px;
	}

.container {
	background:#000000;
	width:800px;
	height:1000px;
	margin-top:0px;
	border:0px;
	border:0px;
	}
	
.masthead {
	margin-top:0px;
	border:none;
	width:100%;
	height:80px;
	}

.nav_bar {
	background-color:#000000;
	width:99%;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:12px;
	}
	
.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	min-height:600x;
	border:0px;
	padding:10px;
	vertical-align:top;
	}
	
.content_pages {
	background:#d2e5f3;
	width:72%;
	margin-top:0px;
	border:0px;
	padding:3px;
	vertical-align:top;
	}
	
.ads	{
	width:22%;
	background-color:#d2e5f3;
	margin-top:0px;
	vertical-align:top;
	}
	
.ads_pages	{
	width:15.5%;
	background-color:#d2e5f3;
	margin-top:0px;
	vertical-align:top;
	}



/** Div Format **/

.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#CCCCCC;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	}
	
.diary	{
	width:99%;
	padding:4px;
	border:0;
	}

/** Image Format **/

.image	{
	border:thin;
	border-style:solid;
	color:#000000;
	}

.image_rtpad	{
	border:thin;
	border-style:solid;
	color:#000000;
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	}
	
.image_rtpad2	{
	border:thin;
	border-style:solid;
	color:#ffffff;
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	}

.image_lftpad	{
	border:medium;
	border-style:solid;
	color:#860303;
	margin-left:5px;
	margin-bottom: 5px;
	float:right;
	}
	
.image_toppad {
	border:thin;
	border-style:solid;
	color:#000000;
	margin-left:5px;
	margin-top: 5px;
}


/** Links, Lists, Lines **/

a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	}
	
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	}
	
a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:underline;
	color:#860303;
	}

hr	{
	color:#CCCCCC;
	page-break-before:avoid;
	page-break-after: avoid;	
}

ul 	{
	list-style:disc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	list-style:disc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.list_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00000;
	font-size:12px;
	text-transform:lowercase;
	}
	
.nav_list {
	list-style:none;
	line-height:14px;
	}


/** Text Format  **/

p	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:12px;
	text-align:left;
	}
	
.headers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#0099FF;
	text-transform:lowercase;
	font-stretch:extra-condensed;
	line-height:22px;
	page-break-before:avoid;
	page-break-after:avoid;
}

.nav_bar_header {
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	text-transform:lowercase;
	color: #FFFFFF;
	}
	
.section_header {
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:20px;
	text-transform:lowercase;
	color: #860303;
	}
