@charset "utf-8";
/* CSS Document by Christian Cook */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:62.5%;
	color:#000000;
	background-color:#000000;
	background-image:url(images/bg1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	background-attachment:fixed;
}

#container {
	width:100%;
}

#body {
	margin:0 auto;
	width:702px;
	height:900px;
	background-image:url(images/bg2.jpg);
	background-color:#FFFFFF;
	background-position:center top;
	background-repeat:repeat-x;
}

#headerlogo {
	top:25px;
	position:static;
	height:190px;
	width:700px;
}

#navigation {
	width:700px;
	height:40px;
	border-style:none;
}

#content {
	font-size:1.4em;
	width:660px;
	margin:0 auto;
}

#content h1 {
	font-size:2.2em;
	margin-bottom:5px;
	width: 400px;
	float:left;
}

.block2 {
	float:left;
	width:660px;
}

#content img {
	width:225px;
	height:300px;
	background-color:#DDDDDD;
	border:solid 1px #999999;
	padding:10px 10px 30px 10px;
	margin:5px;
	float:right;
}

#spacer {
	width:700px;
	height:30px;
	float:left;
}

#fade {
	background-image:url(images/fade.png);
	width:700px;
	height:60px;
	position:fixed;
	bottom:0px;
	margin-bottom:15px;
}

#fade2 {
	background-color:#FFFFFF;
	width:700px;
	height:15px;
	position:fixed;
	bottom:0px;
}

/* Form CSS Elements */

#frmBox {
	padding-top:30px;
	margin:0 auto;
	width: 450px;
}

input {
	border:4px double #999999;
	margin-bottom:5px;
	padding-right:5px;
}

textarea {
	border:4px double #999999;
}
	
.lblform {
	text-align:left;
	padding-top:2px;
	padding-left:10px;
	font-size:14px;
	width:90px;
	float:left;
}	

#emailerror {
	color:#990000;
	font-size:1em;
	visibility:hidden;
	padding-left:100px;
	width:200px;
	padding-bottom:10px;
}

/* About Me */

li {
	font-size:0.8em;
	font-weight:normal;
	list-style:square;
}

/*Gallery */

#content img.portrait {
	width:120px;
	height:160px;
	float:none;
}
#content img.landscape {
	width:160px;
	height:120px;
	float:none;
}

#gallery {
	margin-left:35px;
	width:650px;
	height:400px;
}
