body {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #91bced;
	background-image: url(../images/page-bg.gif);
	background-position: 0 1px;
	text-align: center;
	margin: 0;
	padding: 0; }
#container {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	 }

#header {
	width: 750px;
	height: 175px;
	margin: 0;
	padding: 0; }

#main-nav {
	width: 170px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline; }

#main-content {
	width: 580px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline; }

#footer {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0; }
h1 {
	color: #3162ba;
	font-size: 1.5em;
	text-align: left;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px; }

h2 {
	color:      white;
	font-size:  1.5em;
	background-color: #3162ba;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px; }
h3 {
	color: #3162ba;
	font-size: 1.2em;
	font-style: italic;
	text-align: center; }

a:link, a:visited {
	color: #3162ba; }

a:hover {
	text-decoration: none; }
.search {
	width: 150px;
	margin: 8px 0 4px 10px;
	font-size: 1.2em; }
/*<agl.folder "3dcart">*/
/*btn:: Controls the buttons*/ 
.go-btn {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    background-color: #99CCFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #336699;
	cursor: pointer;
	height: 23px;
	float: left;
	width: 26px;
	margin-left: 2px;
	text-align: center; 
	padding: 0;
	} 
	
/*btn_over:: Controls the buttons*/ 
.go-btn_over {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    background-color: #cee5fc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #336699;
	cursor: pointer;
	height: 23px;
	float: left;
	width: 26px;
	margin-left: 2px;
	text-align: center; 
	padding: 0;
	} 
	

 /*btn2:: Controls the buttons*/
.btn2 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #336699;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	height: 20px;
	} 	
	
 /*txtBoxStyle:: Controls the text boxes*/
.txtBoxStyle {
    border-top: 1px solid #b3b4b5;
    border-bottom: 1px solid #b3b4b5;
    border-left: 1px solid #b3b4b5;
    border-right: 1px solid #b3b4b5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #38393a;
    height: 20px;
    float: left;
    margin-left: 10px;
	} 
	
 /*txtareaStyle:: Controls the text areas*/ 	
 .txtareaStyle {
    border-top: 1px solid #C7D5E0;
    border-bottom: 1px solid #C7D5E0;
    border-left: 1px solid #C7D5E0;
    border-right: 1px solid #C7D5E0;
    background-color: #FBFBFB;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;;
    font-size: 11px;    
    color: #343333;
	height : 80px;
	width: 250px;
	}

/*</agl.folder>*/

