body {
	background-color:#d1d3d4;
	margin:0px;
	padding:0px;
	}

#container {
	positon:relative;
	margin-top:25px;
	width:876px;
	height:470px;
	margin-left:auto;
	margin-right:auto;
	}

#leftframe {
	position:relative;
	float:left;
	width:38px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	background-image: url('../images/left-bottom.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#rightframe {
	position:relative;
	float:right;
	width:38px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	background-image: url('../images/right-bottom.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
	}

#mainframe {
	position:relative;
	float:left;
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	background-image: url('../images/bg.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
	}

#footer {
	position:relative;
	top:10px;
	right:40px;
	width:900px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-family:arial;
	font-size:8pt;
	color:#d11242;
	}

	#footer span {
		font-family:arial;
		font-size:8pt;
		color:#000000;
		padding-left:3px;
		padding-right:3px;
		}



#logo {
	position:relative;
	top:50px;
	left:;
	}

#maintext {
	position:relative;
	top:70px;
	left:126px;
	width:340px;
	font-family:arial;
	font-size:8pt;
	}



#menu {
	position:relative;
	top:20px;
	left:175px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:arial;
	font-size:9pt;
	color:#d11242;
	font-weight:bold;
	}

#menu a {
	font-family:arial;
	font-size:9pt;
	color:#d11242;
	font-weight:bold;
	text-decoration:none;
	}

#menu a:hover {
	font-family:arial;
	font-size:9pt;
	color:#d11242;
	font-weight:bold;
	text-decoration:underline;
	}

	#menu span {
		font-family:arial;
		font-size:8pt;
		color:#000000;
		padding-left:3px;
		padding-right:3px;
		}



.input {
	position:relative;
	font-family:arial;
	font-size:8pt;
	color:#d11242;
	margin-bottom:5px;
	width:200px;
	}

.input2 {
	position:relative;
	font-family:arial;
	font-size:7pt;
	color:#000000;
	margin-bottom:5px;
	background-color:#ffffff;
	border:1px solid #a7a6aa;
	}


a.helm {display: block;width: 42px;height: 40px;background: url("../images/helm-icon.jpg") 0 -40px no-repeat;text-decoration: none;}
a:hover.helm {background-position: 0px -0px;}

a.email {display: block;width: 42px;height: 40px;background: url("../images/email-icon.jpg") 0 -40px no-repeat;text-decoration: none;}
a:hover.email {background-position: 0px -0px;}

