<!--


/*****************************************************/
/*        BASIC ELEMENTS		                     */
/******************************************************/

html {
	margin: 0;
	padding: 0;
	}
	
body { 
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 1.25;
	color: #333; 
	background: #000; 
	background-image: url('/images2/bg-purpleblack.jpg');
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-transform:none;
}	

h1 {
	font-size:2.2em;
	font-weight:normal;
	color:#666666;
	letter-spacing:2px;
	font-family:times;
	text-transform:uppercase;
}

h2 {
	font-size:1.7em;
	font-weight:normal;
	font-family:times;

}

h3 {
	font-size:1em;
	font-weight:bold;
	display:inline;
	color:#666666;
}

a:link { 
	text-decoration: underline; 
	color: #017847;
	}
a:visited { 
	text-decoration: underline; 
	color: #017847;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #017847;
	}

/*****************************************************/
/*         NAVIGATION                        	     */
/******************************************************/	
	
#nav-menu a:link { 
	text-decoration: none; 
	color: #017847;
	}
#nav-menu a:visited { 
	text-decoration: none; 
	color: #017847;
	}
#nav-menu a:hover, a:active { 
	text-decoration: underline; 
	color: #017847;
	}	

#container {
	position:relative;
	top:50px;
	width:950px;
	margin-left:auto;
	margin-right:auto; 
	text-align:center;
	background:#FFFFFF;
}

#banner {
	text-align:left;position:relative;left:30px;
}

#nav-upper {
	text-align:left;background-image:url('/images2/nav-topbar.png');background-repeat:no-repeat;
}

#nav-menu {
	text-transform:uppercase;font-size:.8em;font-family:arial;text-align:center;vertical-align:middle;height:28px;padding-top:5px;padding-bottom:0px;
}

.formcontact { width:90%; }
label {float: left; font-weight:bold;}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-weight:normal;}
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
p.cmxform { clear: both; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
.cmxform {width:90%;}
.cmxformnews {width:90%; border:0;}



/*****************************************************/
/*       MAIN CONTENT		                         */
/******************************************************/

#corners-top {
	text-align:left;margin:0;padding:0;height:20px;
}

#corners-bot {
	clear:both;text-align:left;margin:0;padding:0;height:20px;
}

#content {
	background:#FFFFFF;background-image:url('/images2/bg-clovers.png');background-repeat:no-repeat;width:950px;text-align:left;border-top-width:1px;border-top-style:solid;border-top-color:#017847;height:300px;
}

#content-left {
	float:left;width:600px;padding-left:25px;
}

#content-portfolio {
	float:left;width:925px;padding-left:25px;
}

#content-right {
	float:left;width:325px;text-align:right; 
}

#content-right img { padding-top:10px;padding-right:10px; }


#category-portfolio {
	border-top:1px solid #CCCCCC;font-family:times;text-transform:uppercase;color:#999999;font-size:1.2em;width:900px;padding-top:5px;
}


#category-portfolio  a:link { 
	text-decoration: underline; 
	color: #531063;
	}
#category-portfolio  a:visited { 
	text-decoration: underline; 
	color: #531063;
	}
#category-portfolio  a:hover, a:active { 
	text-decoration: none; 
	color: #999999;
	}


/*****************************************************/
/*        BLOG ELEMENTS		                         */
/******************************************************/

#blog-content {
	float:left;width:600px;padding-left:25px;	
}

#blog-rail {
	float:right;width:320px;
}


#sidebar h2 {font-size:1em;color:#666666;text-transform:uppercase;}
#sidebar li {list-style-type:none;}

/*****************************************************/
/*        FOOTER	                                 */
/******************************************************/

#footer {
	clear:both; position:relative;
	text-align:center;
	color:#017847;
	top:20px;
	font-size:.9em;
	padding-bottom:20px;
	background-color:#000000;
}

-->