* {
	margin:0;
	padding:0;
}

body{
	background: url(img/line.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana,Tahoma,arial,sans-serif;
	font-size: 13px;
}

a{
	text-decoration: none;
	border-bottom: dotted 1px #6600FF;
	color: #6600FF;
}

a:hover{
	text-decoration: none;
	border-bottom: solid 1px #660099;
	color: #660099;
}

div#container{
	margin: 0 auto;
	width: 835px;
}

	div#header{
		background: url(img/header.png) no-repeat scroll center top;
		height: 125px;
		font-family: "Trebuchet MS", Tahoma, Verdana, "Microsoft Sans Serif";
		color: #FFFFFF;
		padding-right: 300px;
		padding-top: 60px;
	}
	
		div#header img{
			position: relative;
			left: -10px;
			top: -60px;
		}
		
		div#header h1{
			text-indent: -99999px;
		}
		
	ul#menu{
		margin-top: -10px;
		padding-top: 7px;
		padding-left: 175px;
		height: 37px;
		background: url(img/menu.png) top no-repeat;
		width: 630px;
		/*border: #FFFF00 thin solid;*/
		}
		
		ul#menu li{
			display: inline;
		}
		
			ul#menu li a{
				text-decoration:none;
				border: none;
				font-family: "Trebuchet MS", Tahoma, Verdana, "Microsoft Sans Serif";
				font-weight: bold;
				font-size: 14px;
				color: #6600FF;
				padding-left: 3px;
				padding-right: 3px;
				margin-left: 5px;
				margin-right: 3px;
				padding-bottom: 3px;
				}
				
			ul#menu li a:hover {
				color: #660066;
				border-bottom: solid 2px #660066;
				}
			
	div#main{
		height: 700px;
		/* border: #FFFF00 thin solid; */
	}
	
		div#side{
			float: left;
			margin-top: -10px;
			margin-left: 10px;
			padding-top: 110px;
			width: 171px;
			height: 700px;
			/*border: #FF0000 thin solid;*/
			background: url(img/side.png) top no-repeat;
		}
	
			div.sideBox{
				padding-top: 5px;
				padding-left: 7px;
				padding-bottom: 5px;
				margin-right: 15px;
				margin-left: 10px;
				margin-bottom: 20px;
				border-bottom:#CCC dotted 1px;
				font-family: "Lucida Sans", Arial;
			}
	
		div#content{
			float:right;
			width: 610px;
			margin-top: 10px;
			margin-right: 25px;
			/* border: solid thin #00FF00; */
		}
		
			div#content h2{
				font-family: "Lucida Sans", Arial;
				margin-bottom: 15px;
				color: #006600;
				font-size: 1.8em;
			}
			
			div#content h3{
				font-family: "Lucida Sans", Arial;
				margin-top: 15px;
				margin-bottom: 12px;
				color: #009900;
				font-size: 1.2em;
			}
		
			div#content p{
				text-align: justify;
				line-height: 140%;
				margin-bottom: 10px;
			}
			
			div#content ul{
				margin-bottom: 10px;
				margin-left: 25px;
				list-style-type: circle;
			}
			
				div#content form fieldset{
					border: none;
				}
				
				div#content form label{
					display: block;
					font-weight: bold
				}
				
			
			
			
				
				