/*******************************************/
/*          Orlando Villa Sales            */
/*             - 31/08/2007 -              */
/*                                         */
/*     ©2007 x3 Internet Solutions LLP.    */
/* Designed and written by Simon Maxworthy */
/*******************************************/

body {
	background-color: #ffffff;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #FD7C38;
}

a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.menu:link, a.menu:visited {
	font-weight: bold;
	font-size: 12px;
}

a.menu:hover {
	text-decoration: none;
	color: #E87E44;
}

#page {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 215px;
	background: url(../images/header.jpg);
}

#main {
	background: url(../images/center.jpg);
	width: 100%;
	min-height: 250px;
	display: table;
}

#menu {
	width: 132px;
	position: relative;
	top: 15px;
	left: 50px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}

.bullet {
	width: 100%;
	height: 30px;
	padding-left: 30px;
	padding-top: 5px;
	background: url(../images/bullet.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 720px;
	position: relative;
	margin-left: 200px;
}

#footer {
	height: 49px;
	background: url(../images/footer.jpg);
	text-align: center;
	padding-top: 13px;
}

#validation {
	text-align: center;
}