	
@import url("reset.css");	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	color: #0a0a0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #b23434;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #606060;
	font-weight: bold;
	text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =STRUCTURE 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	

#main {
	width: 729px;
	text-align: left;
	background-color: #fefefe;
	background-image: url(images/blockback.jpg);
	background-repeat: repeat-x;
	padding: 14px;
	background-position: bottom;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #5a5a5a;
}
#mainwrap {
	width: 762px;
	float: right;
	margin-bottom: 15px;

}

#wrap {
	width: 900px;
	margin-top: 7px;
	margin-bottom: 15px;	
}

#lthover {
	color:#715573;
	width: 99px;
	background-color: #f3f3f3;
	text-align: left;
	font-size: 12px;
	line-height: 1.7em;
	min-height: 533px;
	height:auto;
	padding: 8px;
	background-image: url(images/leftblock.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #5a5a5a;
}
/* for Internet Explorer */
/*\*/
* html #lthover {
height: 533px;
}
/**/

#lthover a:link, #lthover a:visited {
	color: #565656;
	font-weight: bold;
	text-decoration: none;
}
#lthover a:hover, #lthover a:active {
	color: #352828;
	font-weight: bold;
	text-decoration: underline;
}


#editor {
	text-align: left;
	color: #FFFFFF;
	background-color: #333333;
	width: 700px;
	margin-top: 7px;
	margin-bottom: 5px;	
	padding: 5px;
}

#editor a:link, #editor a:visited {
	color: #d9d9d9;
	font-weight: bold;
	text-decoration: none;
}
#editor a:hover, #editor a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =Fonts 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.bottomlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}

.18fnt {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}
.22fnt {
	font-size: 22px;
	font-weight: bold;
	line-height: 2em;
}

.red_18 {
	color: #510101;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}

.red_bld {
	color: #510101;
	font-weight: bold;
}

.date {
	font-size: 11px;
	line-height: 1.5em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =FOOTER 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	width: 100%x;
	text-align: right;
	background-color: #dadada;
	clear: both;
	padding: 15px;
	margin-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
	border: 1px dashed #8F8F8F;
}
#footer a:link, #footer a:visited {
	color: #7A2525;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #330099;
	font-weight: normal;
	text-decoration: underline;
}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 =MISC 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
clear {
	clear: both;
}
.imgborder {
	margin: 5px;
	float: right;
}

