body{
	background-color:#e6e5e6;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	background-image:url('../img/background.png');
	background-repeat:repeat-x;
	margin-top:0;
	height:700px;
}

.greystrip{
	background-color:#e6e5e6;
	width:10px;
	height:700px;
	float:left;
}

#content{
	width:800px;
	background-color:#e6e5e6;
	margin:0px 10px 0px 10px;
	float:left;
	height:700px;
}

#main{
	margin-left:auto;
	margin-right:auto;
	width:840px;
}

#content #left{
	width:440px;
	float:left;
	margin:40px 20px 40px 20px;
	color:#4a4a4a;
}

#content #right{
	float:right;
	width:320px;
	background-image:url('../img/flowerbg.png');
	background-repeat:repeat-x;
	height:700px;
}

#header{
	font-size:48px;
	line-height:25px;
}

#subheader{
	font-size:10px;
}

a{
	text-decoration:none;
	color:#4a4a4a;
}

a:hover{
	text-decoration:underline;
}

#selected{
	text-decoration:underline;
	color:#828282;
}

#nav{
	padding:20px 0px 20px 0px;
}

#main_img{
	width:440px;
	height:300px;
	padding:20px 0px 20px 0px;
}

#titlenav{
	font-size:24px;
	color:#444;
}

#title{
	float:left;
}

#pag{
	float:right;
	font-size:18px;
}

.pag_box{
	float:left;
	margin-right:5px;
	background:#ccc;
	padding:3px;
	border:1px solid #fff;
	cursor:pointer;
}

.pag_box_selected{
	float:left;
	margin-right:5px;
	background:#eee;
	padding:3px;
	border:1px solid #fff;
	cursor:pointer;
}

.lftarrow{
	width:19px;
	height:29px;
	background-image:url('../img/leftarrow.png');
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.lftarrow:hover{
	background-image:url('../img/leftarrow1.png');
}

.rtarrow{
	width:19px;
	height:29px;
	background-image:url('../img/rightarrow.png');
	float:left;
	cursor:pointer;
}

.rtarrow:hover{
	background-image:url('../img/rightarrow1.png');
}

.pag_box:hover{
	background:#ddd;
}

#descrip{
	margin-top:30px;
	padding:20px 0px 20px 0px;
	color:#333;
}

.thumbs{
	margin-top:100px;
}

.transOFF{
	opacity:.7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

.transON{
	opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}

#footer{
	text-align:right;
	float:right;
	padding:20px 0px 30px 0px;
	font-size:10px;
	color:#a4a4a4;
}
