/* Styling the logo and fonts (h1 h2 h3 h4 p) */

a {
	text-decoration: none;
	color: #fff;
	}
	
a#logo {
	color:#FFF;
	}


h1 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;    
	letter-spacing: -20px;
	text-transform: uppercase;
	font-size:156px;
	padding: 0;
	margin: 0;
	}

h2 {
	color: #00CCCC;
	font-family: Helvetica, Arial, sans-serif;   
	font-size:65pt;
	letter-spacing: -5px;
	margin-bottom: 50px;
	background-color:#000;
	padding: 5px 0 5px 0;
	} 
	
/* Styling the text which started with the logo it just continues here */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#C3C;
	border-bottom:dotted #FFF;
	padding-bottom: 5px;
}

h4 {
	color:#C3C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	padding-bottom: 5px;
	border-bottom: dotted #fff;
}



p {
	color: #fff;
	font-family: Georgia, serif ;
	font-size: 100%;
	line-height:1.5;

}

.contact {

	font-size: 40pt;
}

img {
	margin-bottom:10px;
	border: 1px solid gray;
}

.dl {
	border: none;
	padding-right: 10px;
	}
/*
p.introduction:first-letter {
	padding-top:5px;
	padding-right:5px;
	font-size : 60px;
	line-height:;
	float:left;
	color:#fff;
}
*/
		

p#footer-text {
	text-align:right;
}

#footer {
	height: 100px;
	width: 960px;
	
	}

/* So i dont have to write a float style for everything i simplified it and gave it a class*/

.right {
	float: right;
}


.left {
	float: left;

}


/*Menu*/


#menu {
	width:960px;
	height:60px;
}


ul#nav  {
	padding:0;
	margin-bottom:50px;
	list-style-type:none;
	}


ul#nav li {
	display: inline;
	padding: 0px 0px 0px 40px;
	}



#nav a {
	color: #fff;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24pt;
	}


ul#nav a:hover {
	color: #00CCCC;
	background-color:#000;
	}
	
/*Hover state for download resume*/
.download:hover{
	color: #00CCCC;

	}

/*Menu End*/



/*  - Body and divs  - */





body {

background: url(../images/bgg.gif) no-repeat;
background-color:#000;
margin:0 auto;
} 



	
/*Main content holder*/

#imgbox {
	width:960px;
	height:auto;
	padding: 0 10px 0 10px;
	}
	
/*sube containter - holds the content */

#container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0px 10px 0px 10px;
	}
	
/*Left Content (About me)*/
	
#content1 {
	
		width:470px;
		height:auto;
}

/*Right Content (Services)*/
#content2 {
		width:470px;
		height:auto;
		
}


#content2 ol {
	padding-top:10px;
}



#content2 li {
		color: #fff;
		font-family: georgia, serif;
		font-size: 10pt;
		padding-bottom:20px;
		font-style:italic;
		line-height:1.5;
}

/*check backgrounds for services*/

#content2 .item1 {
		background:url(../images/check.png) no-repeat;
		padding-left:60px;
}

#content2 .item2 {
		background:url(../images/check.png) no-repeat;
		padding-left:60px;
}
#content2 .item3 {
		background:url(../images/check.png) no-repeat;
		padding-left:60px;
}


