/********************************************
   HTML ELEMENTS
********************************************/ 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
	
* {/* zero margins and padding */
		margin: 0;
		padding: 0;
		}

	html {
		font-size: 100%;
		}
	
	body {
		background: #FFFFFF url(images/img01.gif) repeat-y;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:76.5%;
		margin:0;
		padding:0;
		}
		
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	
/********************************************
  LAYOUT
********************************************/ 
	
#sidebar {
	position: absolute;
	left:0px;
	top:0px;
	width:200px;
	padding: 20px;
	border:px solid #000;
}

	#ads {
	position: absolute;
	right:10px;
	top:30px;
	width:180px;
	background:#;	
	}
	
	#logo {
		width: 140px;
		height: 140px;
		margin-left:26px ;
		background: url(images/logo-3.jpg) no-repeat center top;
		text-align: center;
		border: px solid #000;
	}

	#header {
		background: url(images/header-3.jpg) no-repeat;
		width: 486px;
		height: 120px;
		margin:0 auto;
		padding:10px;
		text-align:center;
		border: px solid #ff0000;
	}

	#content {
		float:left;
		padding: 0 12;
		margin:0px 230px 0 260px; 
		text-align:left;
		line-height:140%;
		border:px solid #d8d8d8;
	}
	
	#footer {
		clear: both;
		margin-top:180px;
		padding: 20px;
		background:#;
	}

/********************************************
   NAVIGATION
********************************************/ 

.boxed {
	margin-bottom: 20px;
	padding: 25px 0 0 0;
	background: url(images/img03.gif) no-repeat;
}

.boxed .title {
	padding-left: 15px;
	background: #A91313;
	border-left: 1px solid #CB7575;
	border-right: 1px solid #CB7575;
	font-size: 1.2em;
	font-weight: bold;
	color: #E8C0C0;
}

.boxed .content {
	padding: 15px;
	background: #A91313 url(images/img04.gif) no-repeat 100% 100%;
	border: 1px solid #CB7575;
	border-top: none;
}


/* Content > Sidebar > Login */
#sidebar h3 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}


/* Content > Sidebar > Menu */
#menu {
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	padding: 5px 0;
}

#menu a {
	display: block;
	padding: 0 0 0 17px;
	background: url(images/img05.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

	#menu a:hover {
	color:#ffff00;
	}
	
	#menu .active a {
	color:#ffff99;
	font-weight: bold;
	}
	
	#menu .active a:hover {
	color:#cc0000;
	font-weight: bold;
	}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	padding: none ;
	list-style: none;
}


#updates li {
	margin: 0;
	padding-bottom: 16px;
	
}
 

#updates h3 {
	font-size: small;
}

#updates p {
	font-size: x-small;
}


/********************************************
   CONTENT
********************************************/ 


.info{
	padding-top:px;
	padding-bottom:5px;
	background:url(images/inforepeat_25.gif) repeat-y left;
	padding-left:5px;
	margin:0;
	color:#666;
	font-size:10px;
	margin-bottom:5px;
}

.maincontevt{
	padding:0 5px;
	}





/*  /////////////////    END CONTENT //////////////////// */





/* ///////////////// BEGIN ADS   /////////////////////////*/ 

/* Support */
#support {
	width: 164px;
	height: 124px;
	margin: 5px 0px 20px 0;
	padding: 0px;
	background: url(images/) no-repeat;

}

#support h2 {
	font-size: 1.4em;
}

#support h3 {
	font-size: 1.0em;
	color: #fff;
	font-weight: normal;
	background: #;
	margin-top: 10px;
	margin-right:px;
	line-height:1.4em;
}

#support a {
	color: #fff;
}
/* ///////////////// END ADS   /////////////////////////*/



/* ///////////////// BEGIN FOOTER   /////////////////////////*/

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}







/********************************************
   IMAGES
********************************************/ 

img {
	border: none;
	}

img.left {
	float: left;
	margin: .35em 2em 1em -0.5em;
	border: 1px solid #903;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
	border: 1px solid #903;
}
	


/********************************************
   LINKS
********************************************/ 
	
	a {color: #9E0000;}
	
	a:hover {text-decoration: none;	}



/********************************************
   HEADERS and COPY
********************************************/ 

h1, h2, h3, h4, h5, h6 {	font-family: Georgia, "Times New Roman", Times, serif; color: #CC0000;}
				
	h1 {	font-size:220%; padding: 10px 0px; margin:0; border-bottom:2px solid #cc0000; line-height:1.0em;	}
	h2 {	font-size:160%; padding: 10px 20px; margin:0;   }
	h3 {	font-size:140%; padding: 10px 20px; margin:0;  }
	h4 {	font-size:120%; padding: 10px 20px; margin:0;  }
	h5 {	font-size:100%; padding: 10px 20px; margin:0;  }
	h6 {	font-size:90%;  padding: 10px 20px; margin:0; }


h4 {
	font-size: 2.0em;
	color: #9E0000;
	margin-bottom:22px;
}

blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
	margin:0;
	padding:5px 10px;
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

em {
	color: #cc0000;
	font-weight: bold;
}

ul {
	margin-left: 3em;
	background: ;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}



/********************************************
    FORM ELEMENTS
********************************************/ 
form
{
	margin-top: 1.5em;
	padding-bottom: 35px;
}

input.text
{
  width: 10.5em;
}

input.texxt
{
  width: 5.5em;
}


/*             added  FORM content             */

fieldset {
	position: relative;
	width: 80%;
	margin: 0 0 1.5em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend {
	font-weight: bold;
	color: #cc0000;
	margin-left: ;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	
}

fieldset ol {
	padding: 3.5em 1em 0 1em;
	list-style: none;
	}

fieldset li {
float: left;
clear: left;
width: 100%;
margin-left: 1em;
padding-bottom: 1em;
font-size: .9em;
color: #FF0000;
color: #333;
}

fieldset.submit {
	margin-left:10px;
	margin-right:30px;
	width: 100px;
	border-style: none;
	padding-top: 1.5em;
	padding-left: 16em;
	background: ;
}

label {
	float: left;
	width: 10em;
	margin-right: ;
	text-align: rigt;
	background: #;
} 

legend span {
position: absolute;
left: 0.74em;
top: 0;
margin-top: 0.5em;
font-size: 105%;
}



