*{
	margin: 0px;
	padding: 0px;
}
a:link{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
}

#logo{
	text-align: center;
}
#logo img{
	display: inline;
	margin: 10px;
}

#wrapper{
	margin: auto;
	width: 630px;
	padding: 0px 30px 5px 30px;
	background-image: url(images/bg_sides.png);
	background-repeat: repeat-y;
}

#menu{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-family: century gothic;
              font-weight: bold;
	font-size: 14px;
	padding: 4px 0px 4px 0px;
}
#menu li{
	display: inline;
	text-decoration: none;
	margin: 0px 8px 0px 8px;
}

#content{
	margin-top: 30px;
}
#content img{
	float: left;
	display: inline;
}
#content p{
	margin-top: 10px;
	font-size: 11px;
	font-family: arial, serif;
}
#content ul{
	margin: 10px 0px 0px 30px;
	font-family: arial, serif;
	font-size: 11px;
	list-style-image: url(images/bullet.gif);
}

#inner_content{
	background-image: url(images/eye.jpg);
	background-repeat: no-repeat;
	padding-left: 215px;
	padding-bottom: 100px;
	padding-right: 30px;
}

#enlarge{
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}

#footer{
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 5px;
	text-align: center;
	color: #808080;
	font-family: arial, serif;
	font-size: 10px;
}

#bottom{
	margin: auto;
	width: 630px;
	padding: 0px 30px 0px 30px;
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
}