/*  
Theme Name: Lunadivine
Description: Personal portfolio-Client work
Version: 1.0
Author: Jon Woodcock
Author URI: Lunadivine.com
*/

/* Generic Styling (This is the over stlying of the website)*/

body {
	background:#2e2e2e repeat-x top center;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#ffffff
	}

*{
	margin:0;
	padding:0;
	}

img {
	border:0px none;
	}

a {
	text-decoration:none;
	color:#4aa706;
	}
a:hover {
	text-decoration:none;
	color:#aa7e07;
	}

/* Structure(Here lies the website structe of the website) */ 
	
#header {
	height:291px;
	background:url('image/header.png') no-repeat;
	float:center;
	padding-left:30px;
	}
	
#wrapper {
	margin:auto;
	width:820px;
	background:#2e2e2e;
	font-size:1.40em;
    }

#navigation {
    
	}
	
#outerside {
	margin-left:59px;
	margin-right:10px;
	height:auto;
    width:738px;
	background:url('images/Untitled-1.png') repeat;	
	overflow:auto;
	}

#background {
	float:left;
	width:409px;
	padding-left:10px;	
	}

#footer {

	}
	