* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #484848;
	color: #8E8E8E;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	text-align: center;
}

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #00BFF3;
}

a:hover {
	color:  #87CFE3;
	text-decoration: underline;
}

/*--------------- 

PAGE STRUCTURE 

---------------*/

#wrapper {
	background-color: #000;
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
	width: 750px;
}

#nav {
	background: url(../images/backgrounds/nav.jpg) transparent no-repeat top left;	
	float: left;
	height: 360px;
	padding: 23px 0 0 0;
	width: 150px;
}

#flash-wrap {
	background: url(../images/backgrounds/flash-wrap.jpg) transparent no-repeat top left;	
	float: left;
	position: relative;
	left: 5px;
	height: 383px;
	width: 595px;
}

#flash-horizontal-wrap {
	height: 23px;
	float: left;
}

#flash-portfolio{
	position: relative;
	left: -1px;
	top: -2px;
}

#content {
	float: left;
	font-size: .8em;
	padding: 0 0 10px 0;
	text-align: justify;
	width: 750px;
}

#footer { 
	background: url(../images/backgrounds/footer.jpg) transparent no-repeat top left;
	float: left;
	height: 100px;
	width: 750px;
}

/*--------------- 

HEADERS 

---------------*/

h1, h1 a, h2 {
	float: left;
	text-indent: -6000px;
}

h1 {
 	background: url(../images/headers/h1.jpg) transparent no-repeat top left;
	height: 100px;
	width: 750px;
}

h1 a {
	float: right;
	height: 100px;
	width: 170px; 
}

h2 {
	height: 20px;
	margin: 0 0 12px 0;
	overflow: hidden;
	width: 750px;
}
#about-1 {background: url(../images/headers/h2s/about-1.gif) #222222 no-repeat top left;}
#about-2 {background: url(../images/headers/h2s/about-2.gif) #222222 no-repeat top left;}
#contact-1 {background: url(../images/headers/h2s/contact-1.gif) #222222 no-repeat top left;}
#index-1 {background: url(../images/headers/h2s/index-1.gif) #222222 no-repeat top left;}
#index-2 {background: url(../images/headers/h2s/index-2.gif) #222222 no-repeat top left;}
#index-3 {background: url(../images/headers/h2s/index-3.gif) #222222 no-repeat top left;}


#action-1 {
	background: url(../images/headers/h2s/action.gif) #222222 no-repeat 0 90%;
	height: 30px;
	margin: 0 0 5px 0;	
}

#coporate-1 {
	background: url(../images/headers/h2s/coporate.gif) #222222 no-repeat 0 90%;
	height: 30px;
	margin: 0 0 5px 0;	
}


/*--------------- 

TEXT

---------------*/

#content p {
	padding: 0 0 20px 0;
}

#content ul {
	clear: left;
	list-style-type: square;
	padding: 0 0 20px 30px;
}

#content #view-other-portfolio{
	background-color:#666666;
	height: .2em;
	padding-top: 3px;
	text-align: right;
	width: 100%;	
}

#footer p {
	font-size: 11px;
	padding: 50px 0 0 0;
	text-align: right;
}

/*--------------- 

PORTFOLIO

---------------*/

#action, #corporate {
	float: left;
	width: 372px;
	text-align: center;	
}

#action {
	margin: 0 6px 0 0;
}

#action a, #corporate a {
	background: url(../images/backgrounds/action-button.jpg) #222222 no-repeat top left;
	float: left;
	height: 229px;
	margin: 0 0 5px 0;
	outline: none;
	text-indent: -6000px;
	width: 372px;
}

#corporate a {
	background: url(../images/backgrounds/corporate-button.jpg) #222222 no-repeat top left;}

#action a:hover, #corporate a:hover {
	background-position: 0 -229px;
}

a#port-back {
	background-color: #222;
	float: left;
	font-size: 11px;
	height: 15px;
	margin: 0 0 7px 0;
	position: relative;
	top: 7px;
	overflow: hidden;
	text-decoration: none;
	text-align: right;
	width: 750px;

}

a#port-back:hover {	background-color: #333;}









