/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #666666 url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height: 80px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
position: relative;
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
}

#header h1 {
position: relative;
height:90px;
	margin: 0px;
	text-align: left;
	color: #3399FF;
	font-size: 2.2em;
	text-transform: uppercase;
text-align: center;
}

#header h2 {
position: relative;
	margin: 0px;
	padding: 0px 0px 0px 10px;
bottom: 5px;
	text-align: left;
	font-size: 1.5em;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
	border-bottom-width: 10px;
	bottom: 1px;
height: 80px;
}

#footer .logo{
position: relative;
float: left;
width: 33%;
text-align: center;

}


#regist {
position: relative;
float: left;
width: 100%;
padding: 3px;
border: 1px solid black;
}


#regist h2 {
text-align: center;
color: white;
background: black;
border: 1px solid black;
margin: 0;

}

#regist .case {
position: relative;
float: left;
width: 470px;
margin-top: 15px;
}

.case textarea#regist {
position: relative;
    vertical-align: top;
float: right;
width: 450px;
}

#regist .submit {
float: right;
margin: 5px;
margin-top:15px;
}

.case input {
display: inline;
float: right;
border:0;
width: 370px;
margin-left: 15px;
border-bottom: 1px solid #333333;
}
