@charset "UTF-8";
/* CSS Document */

body { background-image:url(images/bkg.jpg);
		background-repeat:repeat-x;
		margin-top:0;
}


.style1 { color: #333333; font-size:10px; font-family: Arial, Helvetica, sans-serif; text-decoration:none;}
.style2 { color: #000000; font-size:12px; font-family: Arial, Helvetica, sans-serif; text-decoration:none;}
.style3 { color: #7929F8; font-size:10px; font-family: Arial, Helvetica, sans-serif; text-decoration:none;}
.style4 { color: #999999; font-size:24px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; line-height:20px; }
.style5 { color: #7929F8; font-size:24px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;}
.style6 { color: #000000; font-size:16px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;}
.style7 { color: #000000; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;}
.style8 { color: #CC3300; font-size:12px; font-family: Arial, Helvetica, sans-serif; text-decoration:none; }
.style9 { color: #CC3300; font-size:20px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; }
.style10 { color: #999999; font-size:18px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; line-height:20px; }






#wrapper { position:relative;
		   background-image:none;
		   background-repeat:no-repeat;
		   width:800px;
		   height:830px;
}

#header {  position:relative;
		   background-image: url(images/header.jpg);
		   background-repeat:no-repeat;
		   width:800px;
		   height:269px;
}

#navi {    position:relative;
		   background-image:none;
		   background-repeat:no-repeat;
		   width:457px;
		   height:79px;
		   float:right;
		   margin-top:3px;
}

#body {    position:relative;
		   background-image: url(images/body.jpg);
		   background-repeat:no-repeat;
		   width:800px;
		   height:510px;
}

#form {   position:relative;
		  background-image:none;
		  background-repeat:no-repeat;
		  width:228px;
		  height:500px;
		  float:left;
}

#content { position:relative;
		   background-image:none;
		   background-repeat:no-repeat;
		   width:530px;
		   height:500px;
		   float:right;
}

#footer {
	position:relative;
	width:800px;
	height:20px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px  0px  0px;
}

