html {
	background:url(images/bg.png);
}
b {
	font-weight:bold;
}
body { 
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
background:url(images/bg.png);
color:#080808;
}
#topbg {
	background:url(images/topbg.png) repeat-x top left;
	padding-top:20px;
	height:100%;
	position:relative;
}
#wrapper {
	width:900px;
	margin:0px auto;
	height:100%;
}
#header h1 {text-indent:-99999px; margin:0px auto;}
#header {
	background:url(images/main.png) no-repeat top left;
	width:822px;
	height:175px;
}
#content {
	background:url(images/mainRepeat.png) repeat-y top left;
	width:822px;
	height:550px;
	margin-top:-20px;
}
#leftcontent {
	line-height:13px;
	float:left;
	margin-left:15px;
	width:600px;
	height:100%;
}
#pictureframe {
	background:url(images/pictureframe.png) no-repeat;
	margin-right:20px;
	float:right;
	width:186px;
	height:256px;
}
#pictureframe img {
	margin-top:20px;
	margin-left:27px;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}
h2 {
	line-height:26px;
	font-family:Monotype Corsiva, Verdana;
	font-size:24px;
	color:#222;
	font-weight:100;
}
h2:first-letter 
{
color:#7d0000;
font-size:36px;
}
#end {
	background:url(images/end.png) no-repeat top left;
	height:23px;
	width:828px;
	margin-left:-6px;
}
input[type="text"], input[type="text"]:active, input[type="text"]:focus {
	border:none;
	background:url(images/form.png) no-repeat top left;
	width:322px;
	height:29px;
	padding:6px 0px 0px 5px;
	outline:none;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
input, input:hover, input:active, input:focus {
	border:none;
	background-color:none;
	outline:none;
	
}
textarea, textarea:active, textarea:focus {
	background:url(images/form2.png) no-repeat top left;
	width:310px;
	height:152px;
	outline:none;
	border:none;
	padding:6px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
input[type="submit"] {
	background:url(images/form3.png);
	width:84px;
	height:30px;
	padding:0px 0px 0px 4px;
}
#button {
	background:url(images/button.png);
	width:130px;
	height:25px;
	padding-top:9px;
	padding-left:12px;
	cursor:pointer;
}
a:link {color:#080808; text-decoration:none;}
a:visited {color:#080808; text-decoration:none;}
a:hover { text-decoration:underline; }
