*		
	{margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

hr
	{border:none;
	border-top:1px solid #257A27;}
a {
	outline:none;
	color:#257A27;}

body	
	{background:#000;}
		
#wrapall
	{width: 1000px;
	margin:auto;}

#header 
	{position:fixed;
	top:0px;
	width:1000px;
	margin:auto;}
	#flash-header
		{width:1000px;
		height:75px;
		display:block;
		position:absolute;
		margin:auto;
		z-index:999;}
		#flash-header h1
			{padding-left:20px;
			color:#FFF;}
	#menubar
		{width:1000px;
		height:125px;
		display:block;
		margin:auto;}
		#menu1 a
			{width:250px;
			height:125px;
			float:left;
			display:block;
			background:url(../images/menu-resume.jpg) no-repeat bottom;}
		#menu2 a
			{width:250px;
			height:125px;
			float:left;
			display:block;
			background:url(../images/menu-html.jpg) no-repeat bottom;}
		#menu3 a
			{width:250px;
			height:125px;
			float:left;
			display:block;
			background:url(../images/menu-flash.jpg) no-repeat bottom;}
		#menu4 a
			{width:250px;
			height:125px;
			float:left;
			display:block;
			background:url(../images/menu-design.jpg) no-repeat bottom;}	
		#menubar a:hover
			{background-position:top;}

#contentbox
	{width:1000px;
	display:block;
	margin:auto;}
		
	#content
		{width:900px;
		margin:auto;
		color:#257A27;}
		#content h1
			{font-size:18px;}
		#content h2
			{font-size:16px;}
		#content h3
			{font-size:14px;}
		#content h4
			{font-size:12px;}
		#content p
			{font-size:10px;
			text-align:justify;}
		#content ul
			{padding:10px 0px 10px 20px;}
		#content ul li
			{font-size:10px;}
	
	#portfolio
		{display:block;
		padding-top:135px;
		width:900px;
		height:450px;
		margin:auto;}
				
	#resume
		{padding-top:135px;}
		#resume td
			{vertical-align:text-top;}


#footer
	{width:1000px;
	height:50px;
	display:block;
	margin:auto;}
	
	

/*
----------------------------------------------------------------------------------
START Lightbox Styles
----------------------------------------------------------------------------------
*/

.overlay, #overlay {
    display: none;
    background-image: url(../images/lightbox-bg.png);
    padding: 40px;
    width: 800px;
    height: 400px;}
    div.close {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 20px;
        background: url(../images/lightbox-close.png) no-repeat;
        width: 36px;
        height: 36px; }
    div.contentWrap {
        overflow:scroll;
		overflow-x:hidden;
        background-color: #ffffff;
        height: 400px;
		border:10px solid #000;
		overflow-y:hidden!important;}
        
/*
----------------------------------------------------------------------------------
END Lightbox Styles
----------------------------------------------------------------------------------
*/
					