body {
  	margin:0px;
 	padding:0px;
	background:url(images/bg.png);
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#wrapper {
	margin:0 auto;
	background:url(images/bg_main.png) repeat-y center;
	width:810px;
}

#main_top1 { 
	background:url(images/main_top1.jpg) no-repeat;
	width:810px;
	height:190px;
}

#main_top2 { 
	background:url(images/main_top2.jpg) no-repeat;
	width:810px;
	height:164px;
}

#main_top3 { 
	background:url(images/main_top3.jpg) no-repeat;
	width:810px;
	height:74px;
}

#nav {
	background:url(images/menu_bar.png) no-repeat;
	height:42px;
	padding:10px 0 0 30px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	cursor:default;
}

#nav a {
	text-decoration:none;
	color:#000000;
}

#nav a:hover {
	text-shadow: 0 -1px #666, 1px 0 #666, 0 1px #666, -1px 0 #666;
}

.hr_stripes {
	background:url(images/hr_stripes.png) no-repeat;
	height:42px;
}

.hr_dots {
	background:url(images/hr_dots.png) repeat-x;
	height:7px;
}

.vr_dots {
	background:url(images/hr_dots.png) repeat-y;
	width:3px;
	height:75px;
}

.container {
	padding:0 32px 0 32px;
}

.content {
	padding-left:30px;
	padding-right:30px;
}

h2 {
	font-size:18px;
}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
}

p {
	padding-left:10px;
}

iframe {
	border:3px #313131 solid;
}

#footer {
	text-align:center;
	font-size:14px;
	cursor:default;
}

#footer a {
	text-decoration:underline;
	color:#3e3e3e;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:none;
}

fieldset {
	padding:10px;
	margin:5px;
}

legend {
	color:#ffffff;
}

label {
	display:inline-block;
	width:80px;
}

input.txtbox {
	width:200px;
}

#gallery1 {
	background:url(images/gallery1.jpg) no-repeat;
	width:630px;
	height:176px;
}

#gallery2 {
	background:url(images/gallery2.jpg) no-repeat;
	width:630px;
	height:176px;
}

.gallery_link a {
	display:inline-block;
	width:630px;
	height:176px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	padding:140px 0 0 10px;
}