body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/wrapper-bg.png) repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans_Serif;
	font-size: 16px;
	color: #414141;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-family: "Trebuchet MS", Helvetica, sans_Serif;
	font-weight: normal;
	color: #FF9900;
}

h1 {
	font-size: 1em;
}

h2 {
	padding-bottom: 15px;
	font-size: 1.5em;
	padding-top: 10px;

}

h3 {
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 15px;

}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
}

p, ol {
}

ul, ol {
}

a {
	color: #FF9900;
}

a:hover {
}

#wrapper {
	background: #FFFFFF;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header {
	width: 960px;
	height: 210px;
	margin: 0px auto 20px;
	padding: 0px 10px;
}

/* Logo */

#logo {
	float: left;
	width: 170px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	background:url(images/logo-bg.png) no-repeat left top;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 10px 0px 0px 0px;
	letter-spacing: -2px;
	text-align: center;
	font-size: 4.8em;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	font-size: 20px;
	color: #FFFFFF;
}

#logo p a {
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Splash */

#splash {
	width: 960px;
	margin: 0px auto;
}

#splash p {
	line-height: 18px;
	text-align: center;
	font-size: 24px;
	color: #999999;
	font-family: "Trebuchet MS", Helvetica, sans_Serif;
	font-style: italic;
}

#splash span {
	font-size: 24px;
	line-height: 18px;
	color: #FF9900;
	font-family: "Trebuchet MS", Helvetica, sans_Serif;
}


/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #E7EBED;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	width: 750px;
	height: 20px;
	margin: 0 auto;
	padding: 160px 0px 0px 0px;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px 10px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-size: 16px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: underline;
}

#menu .current_page_item a {
	color: #666666;
}

/* Page */

#page {
	overflow: hidden;
	width: 940px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
}

#content {
	float: right;
	width: 610px;
}

#content p {
	text-align: justify;
}

#content img {
	float: left;
	padding: 5px;
}

#sidebar {
	float: left;
	width: 260px;
	background-image: url(sidebar.png);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
}

#poptrox {
	width: 950px;
	margin: 0px auto;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#gallery {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#gallery li {
	float: left;
	margin: 0px;
	padding: 10px;
}

#footer {
	overflow: hidden;
	height: 120px;
	background: #1E5148 url(images/wrapper-bg.png) repeat;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	text-transform: lowercase;
	font-size: 14px;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

img.galeria {
	float: left;
}

table {
	vertical-align: top;

}

td {
	padding: 12px 5px;
	vertical-align: top;

}

label {
	font-size: 11px;
}

#sp {
	width: 100%;
	height: 20px;
	clear: both;
	color: #999999;
	font-size: 10px;
	text-align: center;
	float: left;
	padding-top: 5px;
}

#sp a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#sp a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#sp a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
