@charset "utf-8";
/* CSS Document */
body {
	background-image: url(index_pics/bg_rose.jpg);
}

#wrapper {
	width: 1055px;
	min-height: 700px;
	background-repeat: repeat-y;
	background-image: url(index_pics/bg_letter.png);
}
#wrapper:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}  
#contents {
	width: 710px;
	float: left;
}
#top {
	background-image: url(index_pics/bg_top.png);
	width: 710px;
	height: 240px;
	background-repeat: no-repeat;
}
#bottom {
	background-image: url(index_pics/bg_bottom.png);
	background-repeat: no-repeat;
	height: 402px;
	width: 1055px;
	clear: both;
}

#nav {
	width: 343px;
	height: 670px;
	background-image: url(index_pics/bg_menu.jpg);
	float: left;
	background-repeat: no-repeat;
}
#menu {
	padding-left: 40px;
	padding-top: 175px;
}
#menu ul {
	width: 160px;
	margin: 0px;
	padding: 0px;
}
#menu li {
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li a {
	width: 160px;
	height: 40px;
	display: block;
	margin-bottom: 12px;
}
#menu li a:hover {
	background-position: 0px -40px;
	color: #FF66CC;
}
#menu li#home a {
	background-image: url(index_pics/menu/home.jpg);
	background-repeat: no-repeat;	
}
#menu li#news a {
	background-image: url(index_pics/menu/news.jpg);
	background-repeat: no-repeat;	
}
#menu li#about a {
	background-image: url(index_pics/menu/about.jpg);
	background-repeat: no-repeat;	
}
#menu li#other a {
	background-image: url(index_pics/menu/order.jpg);
	background-repeat: no-repeat;	
}
#menu li#resouces a {
	background-image: url(index_pics/menu/resources.jpg);
	background-repeat: no-repeat;
}
#menu li#community a {
	background-image: url(index_pics/menu/community.jpg);
	background-repeat: no-repeat;	
}
#menu li#contact a {
	background-image: url(index_pics/menu/contact.jpg);
	background-repeat: no-repeat;	
}
#menu li#links a {
	background-image: url(index_pics/menu/links.jpg);
	background-repeat: no-repeat;	
}
.section {
	width: 550px;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
.sectionLine {
	width: 550px;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #685542;
	padding-top: 15px;
}
h1 {
	width: 550px;
	text-align: center;
	padding-top: 28px;
}
h2 {
	font-size: 128%;
	margin-bottom: 0.8em;
	font-weight: bold;
}
p {
	font-size: 100%;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 1.2em;
}

p.logo {
	padding-top: 80px;
	padding-left: 90px;
	margin-bottom: 0px;
}
p.logoSmall {
	padding-top: 60px;
	padding-left: 176px;
	margin-bottom: 0px;
    
}
p.cover {
	float: right;
	border: 1px solid #584733;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
}
form p {
    padding: 0px;
	margin: 0px;
	line-height: 0;
}
ul {
	text-align: left;
	list-style-position: outside;
		margin-bottom: 0.7em;
	padding-left: 13px;
}
li {
	list-style-type: disc;
	line-height: 1.5em;
	padding-bottom: 0.7em;

}
a:link {
	color: #C40089;
}
a:visited {
	color: #AA01B8;
}
a:hover {
	color: #E983C2;
}
form {
	margin-bottom: 20px;
}

img {
	vertical-align: bottom;
}
a
{
  outline: none;
}
