/* Colors used in pics 

067022 - light green
876329 - light brown
39A255 - green border

Book Antigua - 26 Big, 16 small

*/
body {
	/*background: url(../img/dawn_of_ubuntu.png) repeat scroll;*/
	background: url(../img/back.jpg) repeat scroll;
	margin: 0;
	padding: 0;
	font: 10pt Verdana;
}

a { color: #39A255;  }
a:hover { text-decoration: none; color: #FFA255;}
a:visited { color: #blue; }

#header{
	/*background: url(../img/hdr-bkg.png) repeat-x scroll;*/
	background: url(../img/stripes_green.png) no-repeat scroll;
	height:180px;
	position:absolute;
	z-index :100;
	top: 21px;
	/*left:150px;*/
	width:980px;
	margin-left: -5px;
}

#secondHeader{
     margin-left: 10px;
}

#thirdHeader{
    margin-left: 25px;
	margin-top: 15px;
}

#thirdSection{
	margin-left: 25px;
}

#navigation{
	height:60px;	
}

#index, #index div, 
#aboutMe, #aboutMe div, 
#blog , #blog div, 
#projects, #projects div, 
#contactMe,  #contactMe div {
	height:80px;
	position:absolute;
	width:97px;
	float:left;
	/*z-index: 1000;*/
	/*border: 1px solid red;*/
}

#index, #aboutMe, #blog, #projects, #contactMe{
	background-image: url(../img/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	top:185px;
}

#index{
	background-position: 0px -25px;
	margin-left:16px;
}

#aboutMe{
	background-position: -98px -25px;
	margin-left:115px;
}

#blog{
	background-position: -196px -25px;
	margin-left:214px;
}

#projects{
	background-position: -294px -25px;
	margin-left:313px;
}

#contactMe{
	background-position: -392px -25px;
	margin-left:412px;
}

#index div, #aboutMe div, #blog div, #projects div, #contactMe div {
	background-image: url(../img/white.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}	

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;	
}

.content{
	margin-top:175px;
}

.container{
	margin: 0pt auto;
	margin-left: 150px;
	width:950px;	
}

.content-middle{
	/*background: url(../img/content-bg-twopiece.png) no-repeat scroll;*/	
    background: url(../img/bg-green.png);
	background-repeat: repeat-y;
	margin-left: 1px;
	padding: 10 10 10 10;
	padding-left: 15px;
	position:relative;
	width:980px;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 10pt;
	/*border: solid orange 1px;*/
}

.content-middle h1
{	
	font-family: Verdana, Arial, sans-serif;
	font-size: 16pt;
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}

p, ul{
    /*background: url(../img/bg-green.png);
	background-repeat: repeat-y;*/
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10 10 10 10;	
	position:relative;
	width:720px;
	/*border: solid green 1px;*/
}

#content-right{
    position: relative;
	float: left;
	margin-left: 700px;
	width: 110px;
}

#content-top{
	background: url(../img/top-green.png) no-repeat;
	position:relative;
	height: 20px;
	width:980px;	
}
#content-bottom{
	background: url(../img/bottom-green.png) no-repeat;
	position:relative;
	height: 20px;
	width:980px;
}



