@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Alike);

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	background-color:#736b6b;
	margin-top: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#900;
}
#content {
	margin: 0 auto;
	width: 990px;
	padding:0px;
}
#content img {
	border:none;
}
#head {
	margin: 0px;
	padding: 0px;
	width: 990px;
	height:100px;
	background-image:url(../images/head.png)
}
#inside {
	margin: 0px;
	padding: 0px;
	width: 990px;
	height:513px;
	background-image:url(../images/inside.png)
}
#foot {
	margin: 0px;
	padding: 0px;
	width: 990px;
	height:84px;
	background-image:url(../images/foot.png)
}
#imbox {
	width: 530px;
	height:440px;
	float:left;
	background-image:url(../images/im_bg.png)
}
#textbox {
	width: 415px;
	height:440px;
	margin-left:10px;
	float:left;
}

#text {
	width: 415px;
	padding-top:20px;
	float:left;
	text-align:center;
}
#text h1{
	font-family: 'Alike', serif;
	font-size:18px;
	color:#5a564d;
	font-weight:normal;
	margin-top:0px;
}
#text h2{
	font-family: 'Alike', serif;
	font-size:16px;
	color:#7C7769;
	font-weight:normal;
	margin-top:0px;
}
#text p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a564d;
	font-weight:normal;
	line-height: 18px;
}
#logo {
	width: 348px;
	border-bottom:1px solid #d6d5d2;
	padding-left:57px;
	padding-top:40px;
	padding-bottom:15px;
	float:left;
}
#footer {
	width: 920px;
	margin-left:35px;
	border-top:1px solid #d6d5d2;
	float:left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#5a564d;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}