@charset "utf-8";

/* DEFAULT
==============================*/

*{
	padding: 0 ;
	margin: 0 ;
}


body {
	padding: 0px ;
	font-size: 12px ;
	background-color:#ffc8ff;
	text-align: center ;
}


img {
	border: 0px ;
}



/* LAYOUT
==============================*/

#frame {
	width: 800px ;
	margin: auto ;
	text-align: left ;
	background-color:#fff;
}


#header {
	position: relative ;
	height: 200px ;
	background: url("img/head.jpg") no-repeat;
}


#main{
	position: relative ;
	float: right ;
	overflow: hidden ;
	width: 570px ;
	margin-top: 50px ;
	padding-left:20px;
	padding-right:10px;
	color:#000000;
	background:url(img/main-left.gif) repeat-y;
}



#side {
	position: relative ;
	float: left ;
	text-align:left;
	width: 200px ;
	overflow: hidden ;
	font-size: 12px ;
}


#footer {
	clear: both ;
	overflow: hidden ;
}


/* FONT
==============================*/

.f1xxs{ font-size: xx-small; }
.f2xs{ font-size: x-small; }
.fxs2{ font-size: x-small; }
.f3s{ font-size: small; }
.f4m{ font-size: medium; }
.f5l{ font-size: large; }
.f6xl{ font-size: x-large; }
.f7xxl{ font-size: xx-large; }




/* HEADER
==============================*/
#header {
	position: relative;
}

#header a {
	white-space: nowrap ;
}

#header * {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 11px;
	font-weight: normal;
	color:#FF00FF;
	text-decoration: none;
}

#header h1 {
	position: absolute;
	left: 220px;
	top: 210px;
	padding-top: 7px;
	padding-left: 17px;
	z-index: 5000;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background: url("img/h1.jpg") no-repeat;
}


#header>h1{
	height: 30px ;
	width: 560px ;
}

#header p img {
	left: 13px;
	top: 29px;
}

#header h2 {
	left: 13px;
	top: 180px;
	width: 700px;
}

#header h3 {
	left: 540px;
	top: 8px;
	width:500;
}


#frame #header p.headerP {
	left: 13px;
	top: 8px;
	width:500px;
}



/* SIDE
==============================*/


#side {
	margin-bottom: 20px ;
	text-align: left;
}


#side p {

	margin: 2px ;
	font-size: 10px ;
	text-align: left ;
}


#side h3 {
	margin-top:10px;
	margin-bottom:15px;
	padding-left:20px;
	font-size: 12px ;
	height:30px;
	width:200px;
	line-height:30px;
	background:url("img/sideh3.jpg") no-repeat;
}


#side h4 {
	font-size: 12px ;
	margin-bottom : 5px ;
	text-align: left ;
}


#side #menu ul {
	margin-bottom: 10px ;
}


#side #menu li {
    padding-left:15px;
	margin-bottom:5px;
	width: 100%;
	line-height:1;
	list-style-type: none ;
}


#side #menu li a {
    padding-top:3px;
	padding-bottom:3px;
	padding-left:22px;
	font-size: 12px ;
	color:#0000FF;
	text-decoration: none ;
	display: block ;
	background: url("img/menu1.gif") no-repeat  ;
	background-position: 5px 1px ;
}


#side #menu a:hover {
    padding-top:4px;
	padding-bottom:2px;
	padding-left:23px;
	color:#FF0000;
	background: url("img/menu2.gif") no-repeat  ;
	background-position: 6px 2px ;
}






/* MAIN
==============================*/


.main {
	padding: 15px ;
	border-top: 10px ;
	border-bottom: 10px ;
}

#main h2 {
	clear: both ;
    margin-top:20px;
    margin-bottom:20px;
	padding-left:22px;
	font-size:15px;
	background:url("img/mainh2.gif") no-repeat;
}

#main h3 {
	clear: both ;
	height:30px;
    margin-top:10px;
    margin-bottom:20px;
	padding-left:15px;
	line-height:30px;
	font-size:16px;
	background:url(img/h3.jpg) no-repeat ;
}

#main h4 {
	font-size:16px;
    margin-bottom:20px;
	padding-left:5px;
}

#main p {
    margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	line-height:1.5;
}

#main ul ol {
    margin-bottom:30px;

}

#main li {
    margin-bottom:10px;
	margin-left:15px;
	line-height:1.5;
}



/* FOOTER 
==============================*/

#footer * {
	font-weight: normal ;
	text-align:center;
}


#footer h3{
	float: left ;
	width:500px;
	margin-top:5px;
	margin-bottom: 0;
	margin-left:100px;
	font-size: 10px;
}



#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	text-decoration: none;
}

#footer img{
	margin: 10px;
	float: right ;
	margin-top: 0;
	margin-bottom: 0;
}
