@charset "UTF-8";
/* CSS Document */
html,body {
	background-color:#baca64;
	
}

#wrapper {
	width: 950px;
	height: 400px;
	position: relative;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

#header {
	background-color: #693;
	width: 950px;
	background-image: url(images/header.jpg);
	background-color:#fff;
}


#content {
	clear:both;
	position:relative;
	
	height:auto;
	width: 648px;
	margin-left:50px;
	margin-right:12px;
}

#content_main {
	
	float:left;
	position:relative;
	height:auto;
	width: 648px;
	margin-left:50px;
	margin-right:12px;
}




#menu_otherpages{
	position:relative;
	border-top:dotted thin #BBD45C;
	float:right;
	width:300px;	
}

#footer {
	clear: both;
	height: 36px;
	width: auto;
	margin-right: auto;
	margin-top: 12px;	
	
}

#text {

	clear:both;
	height: 50px;
	width: auto;
	margin-left: 50px;
	margin-bottom: 20px;
	position:relative;

	
	
}


#mainNav {
	position:relative;
	float:left;
	margin-left:12px;
	border-top:dotted thin #BBD45C;
}
#notes {
	width:18em;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	width:288px;
	color:#666;
	float:right;
	margin-right: 12px;
	margin-top: 24px;
	line-height: 18px;	
}

#submenu {
	position:relative;
	float:left;
	margin-left:50px;
}


	

/* typography */

h1,h2,h3,h4,h5,h6,p,address,blockquote,div,u,li,ul {
	margin: 0;
	padding:0;
}



h1 {
	font-size:2ems;
	color:#666;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:14px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	
	letter-spacing: 1px;

}
h3 {
	font-family: tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #F90;
	margin-bottom: 6px;
	font-variant: normal;
	letter-spacing: 2px;
}

p.emph{
	color:#333;
	line-height: 1.3;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-right:4em;
}

p{
	color: #333;
	line-height: 20px;
	margin-bottom: 19px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	
}

p.main_content{
	color:#333;
	line-height: 20px;
	margin-bottom:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;	

	
}

.Illust_style h1{
	color:#000;
	line-height: 1.4;
	margin-bottom:1em;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	margin-right:3em;
}





li{
	color:#333;
	line-height: 2em;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	list-style:none;
	
}



a:link, a:visited{
	color:#F60;
	text-decoration:none;

}

a.illustrations{
	color:#000;
}

a:hover, a:active {
	color:#000;
	
}




/* sections */





#Thumbs {
	position:relative;
	width:300px;
	height: 225px;
	float:right;
}

#Thumbs img{
	cursor:pointer;
	margin-right:1em;
	margin-top:1em;

}
#intro {
	margin-top: 350px;
	margin-left: 80px;
	margin-right: 20px;
}


#samples {
	position:relative;
	margin:0 0px 20px 0;
	float:left;
	height:482px;
	border-top:dotted thin #BBD45C;
	border-bottom:dotted thin #BBD45C;
}

#home_banner {
	position: relative;
	clear: both;
	height: 100px;
	border-top: dotted thin #BBD45C;
	border-bottom: dotted thin #BBD45C;
	margin-left: 125px;
	padding-top: 100px;
}

#about_banner {
	position:relative;
	margin:0 0 20px 50px;
	clear: both;
	height:auto;
	
}
#blog_content {
	position:relative;
	float:left;
	margin:0 20px 20px 0;
	clear: both;
	height:500px;
	width:640px;
	border-top:dotted thin #BBD45C;
	border-bottom:dotted thin #BBD45C;
	overflow-y:scroll;
}


#content_image {
	float: left;
}
#name {
	float:left;
	margin-left:10px;
	margin-top:-10px;
	width:480px;
}
#about_me_img {
	float: left;
}
