* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}

a {
	text-decoration: none;
	color: #4B6C00;
}
a:hover {
text-decoration: underline;
color: #6E1212;
}

#wrap {
margin: 5px auto;
width: 1000px;
}


#header {
background: #666666 url(images/header.jpg) no-repeat;
height: 200px;
}
#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 70px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #EFECE0;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 40px;
line-height: 40px;
background: #666666 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 18px;
	color: #ffd101;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
background-color: #F5ECFF;
padding: 5px 10px 5px 10px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #4e047d;
	border-left-color: #4e047d;
}

.left {
float: left;
width: 730px;
text-align: justify;
padding: 10px;
font-size: 13px;
background: #fff;
}

#contentgal {
background: #666666 url(images/content.jpg) repeat-y;
padding: 5px 10px 5px 10px;
}

.leftgal {
float: none;
width: 960px;
text-align: justify;
padding: 10px;
font-size: 13px;
background: #fff;

}
.leftgal h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.leftgal h2 a {
text-decoration: none;
}
.leftgal h2 a:hover {
text-decoration: underline;
}
.leftgal ul {
padding: 10px 0 15px 50px;
list-style-type: square;
color:#083e3e;
}
.left h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
}
.left ul {
padding: 10px 0 15px 50px;
list-style-type: square;
color:#083e3e;
}
.right {
	float: right;
	width: 200px;
	background: #fff;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;

}
.right h2 {
	height: 24px;
	line-height: 24px;
	color: #4e047d;
	font-size: 17px;
	padding-left: 10px;

}
.right ul {
padding: 10px 0 15px 30px;
list-style-type: square;
}
.right ul li a {
font-weight: 100;
font-size: 12px;
}
.right ul li a:hover {

}

#bottom {
background-image:url(images/bottom.jpg);
}

#footer {
	height:45px;
	padding-top:10px;
	text-align: center;
	font-size: 11px;
	color:#CCCCCC;
	background-color:#900076;
}
#footer a {
	color:#FF9900;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color:#900076;
	margin:30px;
}
.style1 { font-size:13px;color: #990000; font-weight:bold;}
.style2 {font-size: 13px; color:#083E3E;}
.style3 {font-size: 17px; color: #FFD101;}

