

#container
		{		color: black;
		font-family:serif;
		font-size: 14px; 
		font-weight:normal;
		text-decoration: none;
		background: url(imgs/web/contentbg.png);
		background-position: left;
		text-align:left;
		margin-left: auto;
 		margin-right: auto;
 		width: 1000px;
 		text-align: left;
		margin-top: 10px;
		}
#header 
		{
		height: 156px;
		width: 777px;
		background: url(imgs/web/header.png) no-repeat;
		background-position: right;
		}

#menu
		{
		margin-top: 106px;
		text-align: right;
		padding-right: 20px;
		float: right;
		}
#menu img 
		{
		border: none;
		}



#midcontain 
		{
		padding-left:236px;
		
		}

#content
		{
		color: black;
		font-family: arial;
		font-size: 14px; 
		font-weight:normal;
		text-decoration: none;
		width: 520px;
		padding-left: 243px;
		padding-right: 240px;
		padding-top:11px;}

#footer
		{
		background: url(imgs/web/footerbg.png);
		margin: auto;
		height: 31px;
		width: 1000px;
		clear: both;
		}

#sideimg
		{
		float: right;
		background: url(imgs/web/right-image.png) ;
		background-position: left;
		width: 223px;
		height: 669px;
				}
#news
		{
		float: left;
		background: url(imgs/web/logo-news.png) no-repeat;
		background-position: left;
		width: 236px;
		height: 69px;
		}

#resume
		{
		float: left;
		background: url(imgs/web/logo-resume.png);
		background-position: left;
		width: 236px;
		height: 69px;
		}

#examples	
		{
		padding-left: 67px;
		padding-top: 70px;
		}

#gallery
		{
		float: left;
		background: url(imgs/web/logo-gallery.png);
		background-position: left;
		width: 236px;
		height: 69px;
		}

#contact
		{
		float: left;
		background: url(imgs/web/logo-contact.png);
		background-position: left;
		width: 236px;
		height: 69px;
		}

#aboutme
		{
		float: left;
		background: url(imgs/web/logo-aboutme.png);
		background-position: left;
		width: 236px;
		height: 69px;
		}


body 
		{
 		margin: 0 0 20px 0;
	 	text-align: center;
		}

a:link
		{
		color: black;
		font-family:arial, helvetica; 
		font-size: 14px; 
		font-weight:bold;
		text-decoration: none;
		}
a:visited
		{
		color: black;
		font-family:arial, helvetica; 
		font-size: 14px; 
		font-weight:bold;
		text-decoration: none;
		}

a:active
		{
		color: black;
		font-family:arial, helvetica; 
		font-size: 14px; 
		font-weight:bold;
		text-decoration: none;
		}

a:hover
		{
		color: red;
		font-family:arial, helvetica; 
		font-size: 14px; 
		font-weight:bold;
		text-decoration: none;
		}

p	
		{
		color: black;
		font-family: arial;
		font-size: 14px; 
		font-weight:normal;
		text-decoration: none;
		margin: 8px 0px 0px 0px;
		}


