/*******

Avrem Technologies, LLC
Robert Merva, Owner
http://www.avrem.com

CSS tested on, but not limited to: 800x600, 1074x768, 1280x800, IE 6&7 (with PNG errors) and Firefox

*********/


/******* ENTIRE PAGE ELEMENTS AND TEXT FORMATTING *********/
body { 
	font-family: Arial, sans-serif;
	margin: 0;
	font-size: .8em;
	color: #000000;
	background: url('../images/swirls.jpg') bottom left no-repeat;
}

p { 
	margin: 0;
	padding: 0 0 10px 0;

}

h1 {	
	font-size: 1.8em;
	letter-spacing: .03em;
	color: #3A3939;
	margin-top: 0;
	margin-bottom: 0;
}


h2{	
	font-size: 1.4em;
	letter-spacing: .03em;
	color: #3A3939;
	margin-top: 0;
	margin-bottom: 0;
}


h3, .bookmark {
	font-size: 1.2em;
	letter-spacing: .03em;
	color: #3A3939;
	margin-top: 0;
	margin-bottom: 0;
}

b { 
	margin: 0px;
	font-weight: bold;
	color: #3A3939;
}

hr { 
	background: #CCCCCC;
	padding: 1px;
	border: 0px;
}


a {color: #38C002; text-decoration: none; background-color: transparent;}
a:hover {color: #38C002; text-decoration: underline; background-color: transparent;}



/******* PAGE LAYOUT *********/
#container {
	width: 800px;
	padding: 0;
	margin: 0 auto 0 20px;
	text-align: center;
	clear: both; 
}

#top {display: none;}

#banner {display: none;}


/******* MAIN NAVIGATION *********/
#navigation {display: none;}

/******* OTHER ELEMENTS *********/
.column {display: none;}

.content { 
	width: 600px;
	margin: 25px auto 50px auto;
	text-align: justify;
	line-height: 1.6em;
}

/******* DECORATIONS *********/
.mainport {
	background: #eeeeee;
	text-align: center;
	padding: 5px;
	border: none;

}

.quote { background: url(../images/leftquote.gif) no-repeat top left; font-style: italic; padding: 10px 0px 0 35px;}
.quote p {  background:  url(../images/rightquote.gif) no-repeat 95% 90%; padding-bottom: 20px; padding-right: 35px; color: #000000; }

.icon {
	border: 0;
	vertical-align: text-top;
	padding-right: 5px;
}

.inset { 
	width: 450px;
	margin: 20px auto 5px 20px;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
}