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

a:link {color: #4c2432} 
a:visited {color: #4c2432} 
a:hover {color: #396400} 
a:active {color: #4c2432}

body {
	background-image: url(images/tile.jpg);
	margin:0px;
	padding:0px;
	text-align:center;
}

#wrapper {
	width: 1000px;
	height: 800px;
	background: url(images/background.jpg);
	text-align:center;
	margin: 0;
	/*margin-left:auto;
	margin-right:auto;*/
	/*margin: 18px;  /*for passing to ie 7 and bellow*/
	/*_margin: 12px;   /*for passing to ie 6 and bellow*/
}

.nav {
	width: 204px;
	padding-top: 70px;
	float:left;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_logo {
	/*background: url(images/logo.jpg) no-repeat left top;*/
	width: 238px;
	height: 155px;
}

#nav_resume {
	background: url(images/resume_o.jpg) no-repeat left top;
	width: 238px;
	height: 39px;
}

#nav_design {
	background: url(images/design_o.jpg) no-repeat left top;
	width: 238px;
	height: 39px;
}

#nav_art {
	background: url(images/art_o.jpg) no-repeat left top;
	width: 238px;
	height: 34px;
}

#nav_contact {
	background: url(images/contact.jpg) no-repeat left top;
	width: 238px;
	height: 37px;
}

.contact_a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-size:12px;
	color: #4c2432;
	text-align:right;
}

#nav_text {
	line-height:17px;
	margin-top:0px;
	margin-right:23px;
}

.contact_b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #4c2432;
	text-align:right;
	
}

#swf_holder {
	width: 660px;
	height: 610px;
	float: right;
	margin: 0;
	margin: 70px 60px 0px 0px;

}

#resume_holder {
	width: 660px;
	height: 610px;
	float: right;
	margin: 0;
	margin: 43px 87px 0px 0px;
	_margin: 45px 7px 0px 0px;
}

.clr {
	clear:both;
}

/*
    <li><!--<img src="images/logo.jpg" width="238" height="155" />--></li>
    <li><!--<img src="images/resume.jpg" width="238" height="89" />--></li>
    <li><!--<img src="images/design.jpg" width="238" height="62" />--></li>
    <li><!--<img src="images/art.jpg" width="238" height="64" />--></li>
    <li><!--<img src="images/contact.jpg" width="238" height="62" />--></li>
*/

