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


body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #333;
	background-image: url(../images/background.jpg);
	text-align: left;
}
#body_frame {
	position:relative;
	padding:0px;
	width:859px;
	height:674px;
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	background-image: url(../images/frame.jpg);
}
a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
	padding-top: 5px;
}


a.no_ul {
    text-decoration: none;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

.center {
    text-align: center;
    margin: auto;
}

.left_align {
    float:left;
	padding-right:10px;
	padding-bottom:5px;

}

.right_align {
    float:right;
}

.clear {
    clear: both;
    font-size:0;
	
	
}
#text_box {
	position:absolute;
	left:230px;
	top:175px;
	width:586px;
	height:358px;
	z-index:1;
	text-align: left;
}

.button {
	padding-bottom:4px;
	
}
	
	#text {
	position:absolute;
	left:210px;
	top:146px;
	width:626px;
	height:489px;
	z-index:1;
	text-align: left;
	line-height: 18px;
}
#menu {
	position:absolute;
	left:-200px;
	top:48px;
	width:171px;
	height:271px;
	z-index:1;
	padding-bottom:5px;
	line-height:5px;
}

#smalltext {
	position:absolute;
	left:20px;
	top:615px;
	width:152px;
	height:44px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:9px;
}
	
}


/*  ---- Forms ---- */
form {
	display: inline
}

#form td {
    padding-top: 3px;
	padding-right: 15px;
	text-align: left;
	font-size:12px

}

#form input, #form textarea, #form select {
    border:2px solid #a6a4a5;
    width: 150px;
}

#form input.button, input.button {
	width: auto;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #a6a4a5;
	background-color:#464646;
	color:#FFF;
}

#form input.checkbox {
    border: none;
    width: auto;
}

.error {
    color: #f40005;
    font-weight: bold;
}

#form label.error {
    color: #f40005;
    margin-left: 10px;
    vertical-align: top;
}

#form input.error, #form textarea.error {
    border: 1px solid #f40005;
}

#form input.big, #form textarea.big, #form textarea.wide {
    width:600px;
}

#form textarea.big {
    height:400px;
}
#body_frame #text h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
}
#body_frame #text p {
	text-align: left;
}

