body {
	background-image:url(images/bg.jpg);
}

#container {
	width:760px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}

#head {
	height:107px;
	background-image:url(images/bg_head.jpg);
}

#head #headLogo {
	float:left;
	padding-top:20px;
	padding-left:25px;
}

#head #headTime {
	float:right;
	padding-top:30px;
	padding-right:10px;
}

#pic {
	height:186px;
}

#pic #picLeft {
	width:524px;
	float:left;
}

#pic #picBut {
	float:right;
}

#nav {
	background-image:url(images/bg_nav.jpg);
	height:22px;
}

#but1, #but2, #but3, #but4, #but5, #but6 {
	background-image:url(images/bg_div.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:18px;
	float:left;
	padding-left:25px;
	padding-right:25px;
	padding-top:4px;
}

#main {
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	background-position:left;
	text-align:left;
}

#main #mainLeft {
	width:205px;
	float:left;
	padding:15px;
}

.left {
	background-image:url(images/bg_left.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.links {
	background-image:url(images/bg_links.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.guides {
	background-image:url(images/bg_guides.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#main #mainRightPic {
	width:490px;
	float:right;
	background-position:bottom;
	background-repeat:no-repeat;
	padding:20px 15px 0px 15px;
}

#main #mainRight {
	width:490px;
	float:right;
	padding:20px 15px 30px 15px;
}

.contact {
	background-image:url(images/bg_contact.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#foot {
	width:760px;
	text-align:left;
	padding-top:5px;
}

#foot #footLeft {
	float:left;
}

#foot #footRight {
	float:right;
}

#end {
	width:740px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding:10px 0px 10px 0px;
}

#end a {
	width:740px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#999999;
	padding:10px 0px 10px 0px;
}

#headClear, #picClear, #butClear, #mainClear, #footClear {
	clear:both;
}


/* TEXT */


h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#1A9C52;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#7A86D0;
	text-decoration:underline;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7A86D0;
}

p, li, .p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#C26D6D;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#C26D6D;
}

.menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.menu a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

.grey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}