	@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
 body  {
	margin: 0; 
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 	    #container selector */
	color: #000000;
	min-width: 800px;
	min-height:200px;	
	position: fixed;
}


#container  {
	width:  1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 300px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	position: relative;
}
#sidebar1  {
	width: 120px;





	background: #CCCCCC
	padding: 15px 10px 15px 20px;
	font-family: 'Century Gothic', Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	padding-left: 10px;
	float: left;
	height: 500px;
	position: relative;

	
	
}
#header{
	height: 30px;
	width: 200px;
	position: relative;
	margin-bottom: 50px;
}
#menu {
	position:relative;
	left:auto;
	top:auto;
	width:380px;
	height:60px;
	padding: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

#mainContent  {
	padding-bottom: 0px;
	width: 700px;
	height: 300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	z-index: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	left: 270px;
	top: -10px;
	} 

.menuImg {
	border-top-width: 3px;
	border-right-width: thin;
	border-bottom-width: 2px;
	border-left-width: thin;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-right: 6px;
	margin-right: 2px;
	border-bottom-color: #FFFFFF;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 1px;
}
.menuText {
	font-family: sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: dotted;
	margin-left: 1px;
	padding-left: 1px;
 }
 
 .Text {
	font-family:sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
 }

 
 a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
 }
  
 
 .image {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 15px;
	margin: 0px;
	text-decoration: none;
	
}

#photoDrop {
	padding-top: 5px;


}

#graphicDrop {
}


#mixedDrop {

}


p {
	padding-top: 10px;
	padding-left: 0px;
}

h1 {
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#portfolioContent{
	width: 700px;
	position: relative;
	padding-left: 200px;
	padding-bottom: 30px;
	height: 80px;


}

a:link { text-decoration: none;}
a:active { text-decoration: none; }
a:visited { text-decoration: none;}
a:hover {text-decoration: none;
}

#bottomSpacer { 
height:30px;
}	

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('century_font/century-webfont.eot');
    src: url('century_font/century-webfont.eot?#iefix') format('embedded-opentype'),
         url('century_font/century-webfont.woff') format('woff'),
         url('century_font/century-webfont.ttf') format('truetype'),
         url('century_font/century-webfont.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.centurygothic {
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size-adjust: 0.89;
	margin:0px;
	letter-spacing: 0.04px;		
	
		
		}




</style>
