@charset "UTF-8";
/* CSS Document */

<!--

.text1 a:link {
	color: #FFF;
	text-decoration: none;
}
.text1 a:visited {
	text-decoration: none;
	color: #FFF;
}
.text1 a:hover {
	text-decoration: underline;
	color: #FFF;
}
.text1 a:active {
	text-decoration: none;
	color: #FFF;
}
.text2 a:link {
	color: #301735;
	text-decoration: none;
}
.text2 a:visited {
	text-decoration: none;
	color: #301735;
}
.text2 a:hover {
	text-decoration: underline;
	color: #301735;
}
.text2 a:active {
	text-decoration: none;
	color: #301735;
}
body {
	background-color: #ceecf5;
	background-image: url(../img/topbkgr.jpg);
	background-repeat: repeat-x;
}
img {
	border:none;
}
form {
	float: left;	
}
.black {
	color: #000;
}
.contentwrapper {
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 50px;
	width:800px;
	background-color:#301735;
	border: 1px solid #301735;
	z-index: 5;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#aboutwrapper {
	background-image:url(../img/aboutbkgr.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	width:800px;
	height:325px;
}
#sketchwrapper {
	background-image:url(../img/sketchbkgr.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0 auto;
	width:800px;
	height:400px;
}
#creatorwrapper {
	background-image:url(../img/creatorbkgr.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
	margin: 0 auto;
	width:800px;
	height:430px;
}
#creatorpose {
	margin-top: 10px;
	margin-left: 15px;
	width: 325px;
	height: 350px;
	float: left;
}
#creatortext {
	margin-left: -135px;
	margin-right: 25px;
	margin-top: 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width: 435px;
	height: 350px;
	float:right;
}
#characterwrapper {
	background-image:url(../img/creatorbkgr.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
	margin: 0 auto;
	width:800px;
	height:970px;
}
#characterpose {
	margin-left: 15px;
	width: 420px;
	height: 300px;
	float: left;
}
#charactertext {
	margin-left: -135px;
	margin-right: 25px;
	margin-top: 40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width: 320px;
	height: 270px;
	float:right;
}
#linkswrapper {
	background-image:url(../img/linksbkgr.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
	margin: 0 auto;
	width:800px;
	height:540px;
}
#linksscroll {
	margin-top: 10px;
	margin-right: 40px;
	width: 300px;
	height: 450px;
	float: right;
	border: 1px solid #301735;
}
#linkstext {
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width: 375px;
	height: 270px;
	float: left;
	line-height:11pt;
	color:#301735;
}
#logo {
	padding-top: 40px;
	padding-left: 60px;
}
#sketchgallery {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
}
.sketchbox {
	float:left;
	margin: 5px;
	border: 1px solid #999;
}
#footer {
	font-size:9px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	width:770px;
	height:25px;
}
#copyright {
	text-align:left;
	float:left;
}
#mailto {
	text-align:right;
}
#clickhere1 {
	padding-left: 240px;
	padding-top: 155px;
	float: left;
}
#clickhere2 {
	padding-left: 625px;
	padding-top: 100px;
}
#navbar {
	margin: 0 auto;
	height:62px;
	width:800px;
	background-image: url(../img/headerbkgr4.jpg);
	background-repeat: no-repeat;
}
#navbaritems {
	margin-left: 25px;
	padding-top: 2px;
}
#topheader {
	margin: 0 auto;
	width: 800px;
	height: 250px;
	background-image: url(../img/topheader1.jpg);
	background-repeat: no-repeat;
}
