@import "css/index.css";
@import "css/about.css";
@import "css/portfolio.css";
@import "css/artwork.css";
@import "css/skills.css";
@import "css/training.css";
@import "css/resume.css";
@import "css/contact.css";
@import "css/portfolio.css";
@import "css/project.css";
* {
	margin : 0;
	padding : 0;
	text-align : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}
html, body {
	margin : 0;
	padding : 0;
	height:100%; 
	}
.spacer{
	clear: both;
	height: 15px;
	}
body{
	font-family: Verdana, sans-serif;
	font-size: 0.92em;
	text-align: center;
	background: #FFF  url(style/content_bg.gif) repeat-y;
	background-position: center;
	}
#header-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 473px;
	background: url(style/header_bg.gif) repeat-x;
	z-index: -1;
	}
#container{

	background: url(style/content_bg.gif) repeat-y;
	position: relative;
	width: 961px;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 auto;
	height: 100%;
	}
#header{
	padding: 0;
	margin: 0;
	background: url(style/heading.jpg) no-repeat;
	height: 91px;
	width: 961px;
	}
.picheading{
	display: none;
	}
#menu{
	position: relative;
	background: url(style/menu_bg.jpg) no-repeat;
	width: 961px;
	height: 63px;
	padding: 0 0 0 0;
	}	
#menu ul{
	margin: 0;
	padding: 0 0 0 50px;
	}
#menu ul li {
	float: left;
	list-style: none;
	}
#menu ul li a{
	display: block;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px 0 6px;
	}
#menu ul #selected{
	background: url(style/register_bg.gif) no-repeat;
	margin-right: 10px;
	}
#menu ul #selected a{
	color: #000;
	padding: 7px 8px 16px 10px;
	background: url(style/register_end.gif) no-repeat;
	background-position: top right;
	}
#content{
	font-size: 0.9em;
	margin: 10px 210px 30px 0;
	padding-left: 15px;
	text-align: left;
	padding: 0;
	}
#content h1
	{
	color: #666;
	height: 30px;
	font-family: Times, serif;
	letter-spacing: 2px;
	font-size: 1.6em;
	font-style: italic;
	margin: 0 0 10px 20px;
	padding: 2px 0 0 22px;
	background: url(style/flower_icon.gif) no-repeat 0px 6px;
	clear: both;
	}
#content p{
	padding: 0px 10px 10px 18px;
	}
#content a
	{
		color: #333;
		text-decoration: none;
	}
#address
	{
	position: absolute;
	top: 154px;
	left: 758px;
	background: url(style/address_bg.jpg);
	height: 241px;
	width: 189px;
	}
#address br
	{
	margin: 0;
	padding: 0;
	}
#address h2{
	font-size: 0.95em;
	margin: 64px 0 0 10px;
	}
#address p{
	font-size: 0.8em;
	font-weight: bold;
	color: #4D4D4D;
	margin: 10px 0 0 10px;
	}
#address p a{
	text-decoration: none;
	color: #4D4D4D
}
#address #details
{
	position: relative;
	top: 0px;
	left: 0px;
}
#address #details li
{
	float: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
}
#address #details li a
{
	display: inline;
	text-decoration: underline;
	color: #000;
	height: 0.8em;
}
#address ul{
	position: absolute;
	top: 160px;
	left: 0;
	margin: 16px 0 0 7px;
	}
#address ul li{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0 1px 0 0;
	}
#address ul li a{
	margin-left: 1px;
	display: block;
	width: 34px;
	height: 35px;
	}
#footer{
	clear: both;
	margin: 20px 1px 0 3px;
	padding: 5px 0 0 0;
	/*width: 957px;*/
	width: 753px;
	/*height: 32px;*/
	height: 23px;
	background: #F5F5FF;
	border-bottom: #DDD 1px solid;
/*	background: url(style/footer_bg.gif) no-repeat;*/
	text-align: center;
	}	
#footer ul{
	margin: 0 0 0 70px;
	}
#footer ul li{
	float: left;
	list-style: none;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #DDD;
	}
#footer ul li a{
	text-decoration: none;
	/*color: #37416D;*/
	color: #AAA;
	font-size: 0.9em;
	font-weight: bold;
	}
#footer ul li:first-child{
	border-left: 1px dotted #DDD;
	}	