body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #abb2b6;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
}
#header {
	width: 710px;
	margin: auto;
	height: 112px;
}
#header img {
	border: none;
}
#banner {
	width: 710px;
	margin: auto;
}
#banner img {
	border: 1px solid #a4abb1;
}
#footer {
	width: 690px;
	margin: auto;
	height: 110px;
	background-color: #9fa9ad;
	color: #748188;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #b3b9bd;
}
#title {
	height: 45px;
	width: 710px;
	margin: auto;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #ccd0d2;
	border-bottom-color: #ccd0d2;
}
.bluebg {
	background-image: url(images/titleBgBlue.jpg);
	background-repeat: repeat-x;
}
.greenbg {
	background-image: url(images/titleBgGreen.jpg);
	background-repeat: repeat-x;
}
.yellowbg {

	background-image: url(images/titleBgYellow.jpg);
	background-repeat: repeat-x;
}
#title #profile, #title #news, #title #products {
	float: left;
	width: 236px;
	text-align: center;
}
#title #products {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E2E4;
	border-left-color: #E1E2E4;
	text-align: center;
}
#content {
	background-color: #748188;
	width: 710px;
	margin: auto;
	padding:20px 0 20px 0;

	
}
#content #profile, #content #news, #content #products {
	float: left;
	width: 216px;
	padding: 5px 10px 5px 10px;

}
#content #products {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E2E4;
	border-left-color: #E1E2E4;
}
.paddle {
	padding-left: 20px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #748188;
	text-decoration: none;
	width: 200px;
	border: 1px solid #9BAF3E;
}
.warning {
	color: #D2DDA2;
	font-size: 11px;
	font-weight: bold;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #748188;
	text-decoration: none;
	border: 1px solid #9BAF3E;
}
textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #748188;
	text-decoration: none;
	width: 200px;
	border: 1px solid #9BAF3E;
}

.links {
color:#FFFFFF;
text-decoration:none;
}
.links:hover {
text-decoration:underline;

}