/* CSS Document */

body,td,th {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	line-height:16px;
}
body {
	background:#333333 url(images/back.gif) repeat-x top;
	margin:0px;
}
a:link {
	color:#0099FF;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#0099FF;
}
a:hover {
	text-decoration:underline;
	color:#CC0000;
}
a:active {
	text-decoration:none;
	color:#990000;
}
p {
	margin:10px 0px;
	padding:0px;
}
.clear {
	margin:0px;
	padding:0px;
	height:0px;
	width:0px;
	clear:both;
}

#wrapper {
	width:780px;
	margin:auto;
}

h1#logo {
	height:180px;
	margin:0px;
	padding:0px;
}
h1#logo a {
	height:180px;
	width:780px;
	display:block;
	text-indent:-9999px;
	background:url(images/logo.gif) no-repeat center center;
}

#nav {
	height:38px;
	padding:0px 20px 10px 20px;
	background:url(images/container_top.gif) no-repeat bottom;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav ul li {
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
	list-style:none;
	background:url(images/nav_left.gif) no-repeat left top;
}
#nav ul li a {
	display:block;
	color:#FFFFFF;
	line-height:12px;
	font-weight:bold;
	padding:13px 25px;
	text-decoration:none;
	background:url(images/nav_right.gif) no-repeat right top;
}
#nav ul li a:hover {
	color:#000000;
}

#container {
	background:url(images/container_back.gif) repeat-y;
}
.cbottom {
	background:url(images/container_bottom.gif) no-repeat bottom;
	padding:0px 20px 10px 20px;
}

.box {
	background:url(images/box_back.gif) repeat-y;
	margin:0px 0px 10px 0px;
}
.box .top {
	height:10px;
	background:url(images/box_top.gif) no-repeat top;
}
.box .content {
	padding:0px 10px;
}
.box .bottom {
	height:10px;
	background:url(images/box_bottom.gif) no-repeat;
	clear:both;
}
.box .content .image {
	float:left;
	width:270px;
	height:120px;
	text-align:center;
}
.box .content .text {
	float:right;
	width:440px;
}
.box .content .text p {
	font-size: 14px;
}
.box .content .text h2 {
	color:#ffffff;
	font-size:16px;
	margin:0px;
	padding:0px;
}
.box .content .text h3 {
	font-size:16px;
	margin: 0px;
}
.box .content .text .moto {
	font-size:14px;
	color:#990000;
}

#footer {
	font-size:10px;
	text-align:center;
	padding:10px 0px;
	line-height:12px;
}
#footer a {
	color: #CCC;
	text-decoration: underline;
}