* {
	font-family:Georgia, Arial, Helvetica, sans-serif;	
	line-height:22px;
}


#pageheader h1{
	margin-top:10px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	height:148px;
	width:840px;
}



body {
	text-align: center;
	background:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#565656;
}

#wrap {
	width:840px;
	margin:0 auto;
	background-color:#333;
	background-repeat:repeat-y;
}


#content{
	padding: 70px 0 0 61px;
	width:760px;
	text-align:left;

}
#main {
	float:left;
	width:420px;
	clear: both;
	padding-bottom:20px;
	border-bottom:2px dotted #CCCCCC;
	margin-bottom:20px;

}
   
#sidebar {
	float:right;
	width:200px;
	padding:20px;
	margin-bottom:20px;
	margin-right:20px;
	background-color:#555;
}

#sidebar p{
	font-size:12px;
	color:#ccc;
}


#sidebar h3{
	color:#ccc;
}
#wrap #content #sidebar h4 {
	font-size: 12px;
	font-weight: bold;
	color:#ffcc00;
}
h1, h2, h3, h4, h5, h6 {
	color:#e6b801;
}
#wrap #content #main h1,h2,h3,h4,h5,h6 {
	padding-bottom: 10px;
}

p, a {
 	color: #CCC;
}

h1{
	font-size:24px;
}

h2 {
	font-size:19px;
}

h3 {
	font-size: 15px;
}

h4{
	font-size: 13px;
	}

p {
	font-size: 13px;
	color: #999;
}

a {
	color:#fff;
}

#wrap span {
	display: none;
}

.skills p{
	font-size:12px;

}

#subsection{
	margin:20px 0;
}


ul#navigation{
	font-weight:lighter;
	font-size:12px;
	margin:0 0 0 50px;
}

#nav {
	padding:10px 0 0 0;
	width:100%;
	float: left;
	font-size:93%;
	line-height:normal;
	background-color: #282828;
	}
	
#nav ul {
	list-style: none;
	text-decoration:none;
}

#nav li {
	float:left;
	margin:0;
    padding:0 0 0 10px;
}

#nav a{
    float:left;
    display:block;
    background:url("images/norm_right.gif") no-repeat right top;
    padding:3px 10px 3px 35px;
	text-decoration:none;
	color:#CCCCCC;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
  /* End IE5-Mac hack */



#nav .current a {
	background-image:url("images/norm_right_on.gif");
	padding-bottom:3px;
	color:#333333;
    }

#nav a:hover {
	text-decoration: none;
	color: #FFF;
}


#main {
	clear: both;	
}

ul#skills{
margin-left: 0; /*removebrowser default left indentation*/
padding-left: 0; /*removebrowser default left indentation*/
list-style-type: none;
}

ul#skills li{
display: inline;
}

ul#skills a{
display: block;
float: left;
padding: .1em;
}


.thumbnail {
	padding-top:30px;
	width:420px;
	float: right;
}

.thumbnail img{
	margin:3px 6px 2px 0;
	border: 3px solid #666;

}

.thumbnail a{
	height:93px;
	width:124px;
}


#footer {
	background:url(images/footer_bg.jpg) no-repeat #faf0b9;
	clear: both;
	height: 53px;
	
}
#footernav {
	display: inline;
	clear: left;
	text-decoration: none;
}
#footernav ul {
	text-align: left;
	margin: 0px;
	padding: 15px 0 0 60px; 
	list-style-type: none;
	width: 100%;
}
#footernav a {
	font-size: 12px;
	text-decoration: none;
	padding: 10px;
	height: 10px;
	line-height: 10px;
	color: #CCCCCC;
}
#footernav li {
	text-decoration: none;
	display: inline;
	}
#footernav a:hover {
	color: #FFFFFF;
	text-decoration: none;

}

#skip a
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
#skip a:focus
{
	position:static;
	width:auto;
	height:auto;
} 

#wrap #content #main a {
	color: #666666;
}


#content #sidebar .subnav li {
	list-style: url(images/arrow.gif);
	list-style-type: none;
	margin-left:15px;
}



#content #sidebar .subnav li a {
	font-size: 11px;
	font-weight: lighter;
	color: #ffcccc;
	text-decoration:none;
	padding-left:1px;
}

#content #sidebar .subnav{
	padding: 0 0 12px;
	}

#content #sidebar h3 {
	font-size: 12px;
	font-weight: bolder;
	color: #ffcc00;
}
.price.details {
	background-color: #282828;
	padding: 10px;
}

.price.details ul li {
	list-style: url(images/arrow.gif);
	list-style-type: none;
	margin-left:15px;
}


.price.details ul li a {
	font-size: 11px;
	font-weight: lighter;
	color: #ffcccc;
	text-decoration:none;
	padding-left:1px;
}
