body {
	color:#444444;
	font-family: myriad pro, geneva,ms sans serif,sans-serif;
	font-size: 20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding:0pt;
	padding-bottom:20px;
	background: #e6e6e6 repeat;
	
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	margin-top: 10%;
}

#header {
	background-color: #fff;
	padding: 10px;
	margin: 0;
	width: 300px;
	height: 60px;
}

#menu {
	background-color: #fff;
	padding: 10px;
	margin: 0;
	margin: 0 auto;
	display: block;
	clear: both;
}

#heading a:link, #heading  a:visited {
	display: block;
	cursor: pointer;
	color: #000;
	background-color: #FFF;
	line-height: 18px;
	font-size: 18px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	padding: 5px 0;
}

#heading  a:hover {
	text-decoration: none;
	color: #f00;
}


a img { border: 0px;
	color: #242424;
}

a:link, a:visited {
	text-decoration:none;
		color: #00a9d8;
}
a:hover {
	text-decoration: underline;
}

#main{
	min-height: 344px;
	background-color: #fff;
	width: 300px;
	padding: 10px;
}

#sidebar{
	float: left;
	margin-left: -80px;
	background-color: none;
	text-align: left;
}

#sidebar ul{
	margin-left: 2px;
	background: none;
	margin-top: 100px;
	text-align: left;
}

#sidebar a {
	text-align: left;
	color: #00a9d8;
	background-color: none;
}

#footer { 
clear: both;
	background-color: #FFF;
	width: 300px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	}

ul {
	list-style-type: none;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 30px;
}

ul.nav li {
	padding: 2px 8px;
	cursor: pointer;
	color: #FFF;
	background-color: #000;
	margin: 2px;
	display: inline;
	line-height: 18px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
}

ul.nav li:hover {
background-color: #f00;
}

#main img {
	width: 100%;
}



.projects{
width: 300px;
padding: 0 5px;
background-color: #fff;
}

h1, h2, h3 {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 24px;
	color: #000;
	font-style: bold;
		font-weight: bold;
}
h2 {
	color: #00a9d8;

}

h3 {
	font-variant: small-caps;
	margin-bottom: 0;
	
}

.hidden {
	display: none;
}

.left {
	float:left;
	background-color: #000;
	
}

.viewer {
	margin-left: 325px;
	width: 480px;
	height: 480px;
	background-color: #000;
}
