/* --- UNIVERSAL --- */
*{
	margin:0px;
}
body{

}



/* --- DIV TAGS --- */
#wrapper{
	width:950px;
	height:auto;
	margin:0px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid #000000 1px;
	
	background-image:url(../images/gradient.png);
	background-repeat:repeat-x;
	background-position: bottom;
}
#head{
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	width:950px;
	height:177px;
}
#nav{
	margin:127px 20px 0px 0px;
	text-align:right;
}
#s{
	background-image: url(../images/s.png);
	background-repeat: no-repeat;
	width:125px;
	height:730px;
	margin:-150px 0px 0px 22px;
}
#homeNav{
	margin:-50px 23px 0px 0px;
	text-align:right;
}
#homeS{
	background-image: url(../images/s.png);
	background-repeat: no-repeat;
	width:125px;
	height:730px;
	margin:-150px 0px 0px 22px;
}
#mid{
	margin:0px 0px 0px 165px;
}
#leftCol, #leftColPortfolio{
	width:373px;
	height:auto;
	float:left;
	margin:100px 0px 0px 0px;
	padding:0px 30px 0px 0px;
}
#contactLeftCol{
	width:275px;
	height:auto;
	float:left;
	margin:100px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#contactSwf{
	width:104px;
	height:auto;
	float:left;
	padding:270px 11px 0px 13px;
}
#launch{
	text-align: right;
	width:373px;
	height:10px;
	padding:20px 0px 0px 0px;
	font-weight:bold;
}
#rightCol{
	width:350px;
	height:571px;
	float:left;
}
#leftColResume, #leftColWeb{
	width:373px;
	height:auto;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 30px 0px 0px;
}
#foot{
	clear:both;
	padding:50px 0px 20px 0px;
}



/* --- CLASSES --- */
.home{
	background-image: url(../images/shoes.jpg);
}
.portfolio{
	background-image: url(../images/flower.jpg);
}
.resume{
	background-image: url(../images/lemon.jpg);
}
.contact{
	background-image: url(../images/fence.jpg);
}
.active{
	color:#00aeef;
	font-weight: bold;
	border-color:#00aeef;
}
.ace{
	background-image: url(../images/ace.jpg);
	background-repeat:no-repeat;
}
.jasar{
	background-image: url(../images/jasar.jpg);
	background-repeat:no-repeat;
}
.powerKids{
	background-image: url(../images/powerKids.jpg);
	background-repeat:no-repeat;
}
.powerLab{
	background-image: url(../images/powerLab.jpg);
	background-repeat:no-repeat;
}
.schwinn{
	background-image: url(../images/schwinn.jpg);
	background-repeat:no-repeat;
}



/* --- H TAGS --- */
h1{
	text-indent:-9000px;
}
h2{
	color:#00aeef;
	text-transform: uppercase;
	font-size: 14px;
}
h3{
	font-style: italic;
	font-size: 15px;
}
h4{
	font-size: 20px;
	padding:25px 0px 10px 0px;
	font-style: italic;	
}
h5{
	text-indent:-9000px;
}
h6{
	text-align: center;
	font-size:9px;
}



/* --- A TAGS --- */
a:link, a:active, a:visited{
	text-decoration: none;
	color:#000000;
	font-size:14px;
	padding:0px 8px 0px 8px;
	text-transform:uppercase;
	letter-spacing: .08em;
}
a:hover{
	color:#00aeef;
}



/* --- EVERYTHING ELSE --- */
p{
	margin:0px 0px 20px 0px;
	text-align: justify;
	line-height: 1.6em;
}
ul{
	list-style:none;
}
#leftCol a:link, #leftCol a:active, #leftCol a:visited, #leftColResume a:link, #leftColResume a:active, #leftColResume a:visited{
	letter-spacing:normal;
	padding: 0px;
	color:#00aeef;
}
#leftColPortfolio a:link, #leftColPortfolio a:active, #leftColPortfolio a:visited{
	letter-spacing:normal;
	padding:0px;
	color:#00aeef;
	text-transform:none;
}
#leftCol a:hover, #leftColResume a:hover, #leftColPortfolio a:hover{
	color:#cccccc;
}
#leftCol img, #leftColResume img{
	padding:0px 10px 0px 0px;
}
a:hover .active{
	color:#cccccc;
	border-color: #cccccc;
}
a:hover img{
	border-color: #00aeef;
}
table{
	margin:0px 0px 0px 15px;
}
tr{

}
td{
	text-align: center;
	padding:0px 8px 0px 8px;
}
td img{
	border:solid #000000 1px;
}
