/* CSS Document */
body{
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #CCFF33;
	margin: 0px;
	background-color: #CCCCCC;
	background-image: url(../images/main/free-camouflage-texture.jpg);
	background-attachment: fixed;
}
#wrapper{
	margin: auto;
	width: 650px;
	height: 600px;
	position: relative;
}
#rhead{
	font-size: 10px;
	position: absolute;
	width: 50%;
	top: 50px;
	right: 0px;
	text-align: right;
}
#header{
	font-size: 50px;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF33;
}
#content{
	margin-top: 10px;
	height: auto;
	background-color: #000000;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 25px;
}
#content ul{
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
#content li{
	list-style-type:none;
	margin-bottom: 5px;
	display: block;
	width: 50%;
	background-color: #CCFF33;
}
.content{
	display:block;
	color:#666633;
	text-decoration:none;
	background-color: #CCFF33;
	padding: 3px;
}
#content a:hover{
	background-color:#CC3333;
	color: #CCFF33;
}
#nav{
	height: 23px;
	padding-top: 5px;
	clear: both;
	margin-bottom: 30px;
	background-color: #000000;
	margin-top: 15px;
}
#nav ul{
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
#nav li{
	list-style-type:none;
	display: inline;
	font-size: 10px;
}
.nav{
	text-decoration:none;
	color:#666633;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.navcurrent{
	text-decoration:none;
	color:#CC3333;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF33;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#nav a:hover{
	color: #CC3333;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF33;
}
#subcontent{
	font-size: 1.5em;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #CC3333;
}
#subcontent a{
	text-decoration:underline;
	color:#CC3333;
}
#subcontent a:hover{
	text-decoration:none;
	color: #993333;
}
#footer{
	color:#CCFF66;
	margin-top: 25px;
	padding-top: 2px;
	padding-bottom: 30px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCFF33;
	width: 100%;
}
#footer a{
	text-decoration:underline;
	color:#CCFF33;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover{
	text-decoration:none;
	color: #CC3333;
	background-color: #CCFF33;
}
#albumlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#albumlist li {
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
}
#albumlist img {
	display: block;
	border: 10px solid #FFFFFF;
	margin-bottom: 5px;
}
#albumlist img:hover {
	border: 10px solid #CCFF33;
}
#thumbs{
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCFF33;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
a, #thumbs a{
	text-decoration:none;
	color:#666633;
}
a:hover, #thumbs a:hover{
	color:#CCFF33;
}
#info{
	color:#666633;
}
.contact{
	color: #CC3333;
	padding: 3px;
}
