** BASIC */

body {
	text-align: justify;
	font-family:  Arial, sans-serif;
	background-color:white;
	background: #eee url(img/bg2.bmp) repeat-y 50%;
}

A:link IMG { border: none }

h1, h2, h3 {
        font-family:  Arial;
	text-transform: lowercase;
	color: black;
		font-size:9px;
}   
h4{

	font-family: verdana, Arial, sans-serif;
	font-style: normal;
	font-size:10px;
	font-weight: bolder;
	font-variant: normal;
	color: white;
	margin: 148px 0px 0px 880px;
	display:block;
	position:absolute;
}





ul {
	margin-left: 0px;
	padding-left: 1em;
	list-style-position: inside;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

/** HEADER */

#header {
	width: 700px;
	height: 60px;
	margin: 0px auto;
	background-color: white;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

#header h3 {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#header h4{
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size:24px;
	font-weight: bolder;
	font-variant: normal;
	color: white;
	margin:135px 0px 0px 5px;
	position:absolute;
	display:block;
}

#header h5{
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size:10px;
	font-weight: bolder;
	font-variant: normal;
	color: black;
	margin:23px 0px 0px 622px;
	position:absolute;
	display:block;
	text-align: right;
}
#header h6{
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size:10px;
	font-weight: bolder;
	font-variant: normal;
	color: black;
	margin:43px 0px 0px 622px;
	position:absolute;
	display:block;
	text-align: right;
}
#header h7{
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size:12px;
	font-weight: bolder;
	font-variant: normal;
	color: black;
	margin:64px 0px 0px 490px;
	position:absolute;
	display:block;
	text-align: right;
}



/** MENU */

#menu {
	width: 700px;
	height: 25px;
	// 108
	//height: 1.5em;
	margin: 10px auto;
	//border: 1px solid #cccccc;
	background: #eee;
}

#menu h3 {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 22px;
	border-right: 1px solid #000099;
	background: #336699;
	text-decoration: none;
	color: #AADDFF;
}

#menu a:hover {
	background: #000099;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;


}

#content h2 {
	font-weight: normal;
	font-size: 16px;
	background-color: white;
}

#left {
	float: left;
	width: 480px;
	font-size: 12px;
	background-color: white;

}

#right {
	float: right;
	width: 200px;
	font-size: 10px;
	background-color: white;
}

/** FOOTER */

#footer {
	clear: both;
	width: 680px;
	margin: 0px auto;
	padding: 5px 10px;
	//border: 1px solid #000099;
	background-color: white;
}

/*
#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	background: #333 url(img/footer.gif);
	width: 740px;
	height: 100px;
	clear: both;
	text-align: center;
}
*/

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	text-align: center;
}



/** MY  LINE **/
#liner{
	width:200px;
	height:0px;
	display:block;
	background-color: #fff;
	border-top:1px dashed #869356;
	margin: 9px 0px 9px 0px;
}
#line{
	width:480px;
	height: 0px;
	display:block;
	background-color: #fff;
	border-top:1px dashed #869356;
	margin: 9px 0px 9px 0px;
}

#linef{
	width:700px;
	height: 0px;
	display:block;
	background-color: #fff;
	border-top:1px dashed #869356;
	margin: 9px 0px 9px 0px;
}

/** MY  IMG **/
.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: left;
	margin: 0px 0px 0px 10px;
}
