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

/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/

body
{margin:0;}


/* remove list styles*/
ol, ul, dl
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}



/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}


/*--page layout styles--*/

body{
	background-color:#0e0e0e;
	background-image:url(../images/arch/bodyTile.jpg);
	background-repeat:repeat-x;
	}

	
#wrap{
	width:950px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	background-color:#0e0e0e;
	}
#brand{
	width:100%;
	height:242px;
	background-image: url(../images/arch/Brand_static.jpg);
	background-repeat:no-repeat;
	margin: 0px;
}
	
	
#main{
	width:100%;
	background-image:url(../images/arch/contentTop2.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:#0e0e0e;
	padding-top:30px;
	padding-left:100px;
}

	
#navigation{
	width:850px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px solid #FFECB3;
	padding-top:5px;
	padding-bottom:5px;
	}
ul#nav li{
	display:inline;
	padding-left:95px;
}
	
#colLeft{
	float:left;
	width:400px;
	margin-left:30px;
	}
	
#wazup{
	width:290px;
	margin-left:435px;
	margin-right: 0px;
	padding-left:4px;
	padding-right:10px;
	background-image:url(../images/arch/60percent.png);
}
#xbox{
	text-align:center;
}

#news{
	padding-bottom:5px;
	padding-top:10px;
	border-top:1px #62826B dotted;
	}
#word{
	width:303px;
	height:410px;
	padding-top:10px;
	background-image:url(../images/wazup/word.png);
	background-repeat:no-repeat;
	}
#quotes{
	margin-left:66px;
	margin-top:135px;
	}
#news img{
	padding-bottom:0px;
	
	}
#portfolioBody{
	width:950px;
	padding-top:20px;
	padding-left:10px;
	text-align:left;
	clear:both;
}
	
#footer{
	height:363px;
	width:950px;
	background-image:url(../images/arch/footer.jpg);
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	}

#Patrick{
	padding-top:140px;
	padding-left:140px;
	width:500px;
	}
#Bryan{
	padding-top:65px;
	padding-left:140px;
	width:500px;
	}



	
#DA{
	width:200px;
}
ul#portThumbs{
	padding-left:10px;
	padding-right:10px;
	
}
ul#portThumbs li{
	display:inline;
	padding:2px;
}
.thumb{
	text-decoration:none;
	border:2px solid #7e2818;
	margin-top:2px;
	}
.thumb:hover{
	border:2px solid #d76314;
	
}
.teaser{
	padding-right:5px;

}
.padTop{
	padding-top:10px;

}
.clear{
	clear:both;
}
.floatLeft{
	float:left;
	padding-right:5px;
	padding-top:5px;
	}
.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.megaMargin{
	margin-left:-9999px;
}
.wind{
	margin:10px;
	padding:0;
	border:  1px solid #ec8223;
	float:left;
}