* {
	margin : 0 auto;
	padding : 0;
}

body {
	text-align : center;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

textarea {
	width: 80%;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family : Tahoma,Verdana,Arial,Sans-Serif; 
	font-size: 11px;
	background-color: #ffffff;
	background-position: bottom right;
	background-repeat: no-repeat;
}

input {
	height: 25px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family : Tahoma,Verdana,Arial,Sans-Serif; 
	font-size: 11px;
	background-color: #ffffff;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.poll {
	height : 12px;
	border : 1px solid #000;
}


.tbl {
	font-size : 10px;
	padding : 3px;
	border : 0px #676767 solid;
}

.tbl1 {
	background : #ffffff;
	border : 1px #676767 solid;
	color : #383838;
	font-size : 10px;
	padding : 3px;
}


a:hover {
	color : #000000;
	text-decoration : underline;
	border : none
}

#content {
	position : relative;
	text-align : left;
	width : 866px;
	border : none; 
	padding : 40px 0px 0px 0px;
}

#logo1 {
	position : relative;
	float : left;
	background-image:url('images/logoleft.png');
	background-repeat: no-repeat;
	width: 469px;
	height: 87px;
}

#logoremax {
	position : relative;
	float : left;
	width: 150px;
	height: 87px;
}

#logogulf {
	position : relative;
	float : left;
	width: 247px;
	height: 87px;
}

#logo3 {
	position : relative;
	clear: both;
	float : left;
	background-image:url('images/logobottom1.png');
	background-repeat: no-repeat;
	width: 866px;
	height: 19px;
}

#logo4 {
	position : relative;
	clear: both;
	float : left;
	background-image:url('images/logobottom.png');
	background-repeat: no-repeat;
	width: 866px;
	height: 172px;
}

#logo5 {
	position : relative;
	clear: both;
	float : left;
	background-image:url('images/logobottom2.png');
	background-repeat: no-repeat;
	width: 866px;
	height: 24px;
}

#pagecontent {
position: relative;
clear: both;

}

#menu {
position: relative;
clear: both;
	float: left;
	width: 220px;
	padding: 25px 0px 20px 50px;
}

#menuelement {
	position: relative;
	clear: both;
	float: left;
	padding: 0px 0px 15px 0px;
}

#pagecontentelement {
vertical-align: top;
	padding: 30px 50px 20px 269px;
	font-family: Tahoma,Verdana,Arial,Sans-Serif; 
	font-size:12px; 
	color:#5c5c5c;
}

#pagecontentheader {
	padding: 0px 0px 15px 0px;
	font-family:Tahoma,Verdana,Arial,Sans-Serif; 
	font-size:24px; 
	color:#5e5e5e;
}

#footer {
	position: relative;
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	background-image:url('images/footer.png');
	background-repeat: no-repeat;
	width: 866px;
	height: 11px;
}

#footercontent1 {
	width: 500;
	position: relative;
	clear: both;
	float: left;
	padding: 0px 0px 20px 60px;
	font-family:Tahoma,Verdana,Arial,Sans-Serif; 
	font-size:10px; 
	color:#8d8d8d;
}

#footercontent2 {
	position: relative;
	clear: none;
	float: right;
	padding: 0px 45px 20px 0px;
	font-family:Tahoma,Verdana,Arial,Sans-Serif; 
	font-size:10px; 
	color:#8d8d8d;
}

.loginto {
	padding: 60px 0px 0px 0px;
}

.loginto-button {
	background : url(images/login.png);
}