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);
}

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

#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, #but7 {
	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;
}

#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;
}

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

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

#mainHome {
	width:505px;
	float:right;
	padding:20px 0px 10px 15px;
}

#mainHomeTxt {
	width:280px;
	float:left;
}

#mainHomePic {
	width:205px;
	background-image:url(../images/pic_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	padding:280px 10px 0px 0px;
}

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

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

#footLeft {
	float:left;
}

#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, #mainHomeClear, #mainClear, #footClear {
	clear:both;
}

img {
	border:0px;
}

/* TEXT */


h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	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;
}

