
* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	
	font: 12px "Trebuchet MS";
	background:#FFFFFF url(back.gif);
	background-position: center;
	background-attachment: fixed;
	background-repeat:repeat-x;
	color: #666666;
	

scrollbar-face-color: #6b6070;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-arrow-color: #d6bfe0;
scrollbar-track-color: #000000;
}

 h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin:  .5em 0;
    padding: 0;
	}

h2, h3, h4, h5, h6 {
	 font-family: "Trebuchet MS", arial, verdana;
	letter-spacing: -1px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	color:#CE6300;
	font-weight:normal;
	}


h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%;  }
h6 { font-size: 86%;  }

/* Layout
-------------------------- */

#container {
	width: 701px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(index.jpg);
	background-repeat:no-repeat;
	border: 1px solid #d6bfe0;
	}
#header {
	height: 100px;
	height:348px;
	color: #fff;
	
	/*border-bottom: 2px solid #cc0;*/
	}
	
	#box {
	float: left;
	margin-left: 10px;
	margin-top: 50px;
	height: 270px;
	width: 280px;
	color: #fff;
	font-family: "Trebuchet MS";
	}
	
	p
{
margin-right: 8px;

}
	
#header h1 {
	border: 0;
		font-family: Trebuchet MS;
	font-size:50px;
	color: #fff;
	margin-left:10px;
	padding-left:20px;
	padding-top:126px;

	line-height:49px;

	}
	#header h2 {
	border: 0;
		font-family: Trebuchet MS;
	font-size:50px;
	color: #fff;
	margin-left:10px;
	padding-left:30px;
	padding-top:280px;

	line-height:49px;

	}
.indent {
 
margin-left:10px;
 }
#content {
	padding-left: 20px;
	padding-right: 20px;
	}
#footer {
	width:701px;
	clear: both;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	color: #f1e3f7;
	font-size:12px;
	padding-top: 84px;
	background-repeat:no-repeat;
	padding-bottom: 0px;
	line-height: 1.2em;
	}

/* Links
-------------------------- */
a, a:link, a:active {
/*	color: #333;*/
/*	border-bottom: 1px solid #AE1010;*/
	text-decoration: none;
	}
a:hover {

	color: #FFFFFF;
/*	border-bottom: 5px solid #333;*/
	}

#header h1 a, #header h1 a:link, #header h1 a:visited {
	border: 0;

	color: #fff;
	}
	#header h2 a, #header h2 a:link, #header h2 a:visited {
	border: 0;

	color: #fff;
	}

#footer a, #footer a:link, #footer a:active {
	color: #f1e3f7;
	
	font-size:10px;


	text-decoration: none;
	}
#footer a:hover {
	font-size:10px;
	color: white;
	
	}

/* style features
-------------------------- */
#mainmenu {
	/*border-bottom: 2px solid #cc0;*/
	
	font-family: "trebuchet MS";
	font-size: 12px;
	width:560px;
	padding-top: 1px;
	padding-bottom: 2px;
	background: ;
	background: transparent url(bgmenu.gif) top right;
	text-align: left;
	font-weight:bold;
	}

#mainmenu ul {
	margin: 0;
	padding: 0;
	}

#mainmenu li {
	list-style: none;
	margin: 0px;
	padding: 0;
	display: inline;
	}

#mainmenu li a {
	padding: 7px 10px 7px 7px;
	margin-bottom: 0;
	padding-top: 1px;
	padding-bottom: 2px;
	border: 0;
	color: #fdfafe;
	}

#mainmenu li a:hover {
	background: transparent url(hover.jpg) top right;
	color: #644364;
	background-repeat:no-repeat;
	/*border-bottom: 5px solid #cc0;*/
	}

#mainmenu li.here a:hover {
	background: transparent url(hover.jpg) top right;
	color:#644364;
	}

#mainmenu li.here a {
	background: transparent url(hover.jpg) top right;
	color:#644364;
	}
	
/* style features
-------------------------- */
small {font-size: 11px;}
strong, b {font-family: "trebuchet MS" ;}
.slogan {text-align: center;}
.success {color: #390;}
.error {color: #c00;}
.subdued {color: #666;}
.strike {color: #666; text-decoration:line-through;}
.highlight {background: #ffc; padding: 5px;}
.center {text-align: center;}
hr {margin: .5em 0;background:#eee;height:1px;color:#eee;border:none;clear:both;}

/* Lists
-------------------------- */
ul, ol {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
	.floatleft {
float: left;
margin: 0px 8px 2px 8px;
border: 2px solid gray;
padding: 2px;

}


