html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	width: 250px;
	height: 130px;
	background: blue url(images/image01.jpg) no-repeat left top;
	text-indent: -99999px;
}

#logo a {
	display: block;
	width: 250px;
	height: 130px;
}

#banner {
	float: right;
	width: 728px;
	height: 100px;
	margin-top: 20px;
}

/** MENU */

#menu {
}

/** PAGE */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/** CONTENT */

#content {
	float: left;
	width: 540px;
}

/** SIDEBAR */

#sidebar1 {
	float: left;
	width: 220px;
	margin-right: 10px;
}

#sidebar2 {
	float: right;
	width: 220px;
}


.box1 {
	background:url(images/image04.gif) repeat-y left top;
}

.box1 .title {
	height: 30px;
	background: url(images/image02.gif) no-repeat left top;
	padding: 13px 0px 0px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #3C3C3C;
}

.box1 .bgbtm {
	height: 15px;
	background: url(images/image05.gif) no-repeat left bottom;
	margin-bottom: 10px;
}

.box1 .content {
	background: url(images/image03.gif) no-repeat left top;
	padding: 20px 20px 0px 20px;
}


.box1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box1 li {
	padding: 10px 0px;
	border-bottom: 1px #D4D2D2 solid;
	background: url(images/image11.gif) no-repeat right 15px;
}

.box1 a {
	text-decoration: none;
	color: #6E6E6E;
}

.box1 .active {
	font-weight: bold;
	color: #666666;
}

.box1 .first {
	background: url(images/image10.gif) no-repeat right 15px;
}

.box2 {
	background:url(images/image07.gif) repeat-y left top;
}

.box2 .title {
	height: 30px;
	background: url(images/image09.gif) no-repeat left top;
	padding: 13px 0px 0px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #3C3C3C;
}

.box2 .bgbtm {
	height: 15px;
	background: url(images/image08.gif) no-repeat left bottom;
	margin-bottom: 10px;
}

.box2 .content {
	background: url(images/image06.gif) no-repeat left top;
	padding: 0px 20px 20px 20px;
}

.box2 img {
}

.template-box {
	height: 190px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.template-box p {
	line-height: 20px;
}

.template-box h2 {
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #3C3C3C;
}

.template-box img {
	float: left;
	border: 1px #CCCCCC solid;
	margin-right: 20px;
	padding: 5px;
}

.template-box a {
	text-decoration: none;
	font-weight: bold;
	color: #3C3C3C;
}

.download {
	background: url(images/action_save.gif) no-repeat left top;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.download a {
}

.preview {
	background: url(images/page.gif) no-repeat left 0px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.links {
}

#paging {
	padding-bottom: 10px;
	text-align: center;
}

#paging ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#paging li {
	display: inline;
	padding: 0px 0px;
}

#paging a {
	padding: 5px 2px;
	text-decoration: none;
	color: #6E6E6E;
}

#paging .active a {
	font-weight: bold;
	color: #3C3C3C;
}

#search-content {
	float: left;
	width: 769px;
	margin: 0 auto;
}

.box3 {
	background:url(images/image14.gif) repeat-y left top;
}

.box3 .title {
	height: 30px;
	background: url(images/image12.gif) no-repeat left top;
	padding: 13px 0px 0px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #3C3C3C;
}

.box3 .bgbtm {
	height: 15px;
	background: url(images/image15.gif) no-repeat left bottom;
	margin-bottom: 10px;
}

.box3 .content {
	background: url(images/image13.gif) no-repeat left top;
	padding: 0px 20px 20px 20px;
}


/** FOOTER */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	border-top: 1px solid #A2A2A2;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#footer .legal {
}

#footer .links {
}

#footer a {
	color: #3C3C3C;
}