/**************************************************************
   Spacer
 **************************************************************/
.spacer {
	height: 16px;

}



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {
	height: 100%;
	min-height: 800;
	text-align: left;
}



#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: 900px;  
  max-width: 900px;
}





/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	background-image: url(../Images/bg.jpg);
	height:240px;
	width:900px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header img.person {
	position: absolute;
	left: 67px;
	top: 12px;
}

#header img.person2 {
	position: absolute;
	left: 577px;
	top: 39px;
}

#header img.logo {
	position: absolute;
	left: 307px;
	top: 124px;
}

#header img.user {
	position: absolute;
	left: 90px;
	top: 10px;

}

#header img.email {
	position: absolute;
	left: 50px;
	top: 14px;

}

#header img.home {
	position: absolute;
	left: 10px;
	top: 9px;

}

#header img.phone {
	position: absolute;
	left: 762px;
	top: 71px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 248px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#header h2 {
  position: absolute;
  top: 12px;
  right: -91px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #00F0EC;
}


/* Sets where the header images will go */
#northwest {
	position: absolute;
	z-index: 1;
	background-color: #17509D;
	height: 71px;
	width: 800px;
	border: 3px solid #FFFFFF;
}

#northwest img.img {
	position: absolute;
	z-index: 1;
	left: 226px;
	top: 8px;
}


#blackbox {
	position: relative;
	top: 71px;
	z-index: 1;
	background-color: #000000;
	height: 100px;
	width: 800px;
	border: 3px solid #FFFFFF;
}

#navigation {
	position: absolute;
	top: 173px;
	left: 0px;
	height: 22px;
	width: 800px;
	vertical-align: middle;
	text-align: center;
	border: 3px solid #FFFFFF;
	padding-top: 3px;
}

#header img.soccer {
  position: absolute;
  z-index: 2;

  top: 60px;
  right
  : 4px;
}

#header img.player {
  position: absolute;
  z-index: 2;

  top: 26px;
  right: 381px;
}



/**************************************************************
   navigation
 **************************************************************/

#nav {
	margin:0;
	padding:0;
	background:url(../nav_bg.jpg) repeat-x 0 0;
	width:566px;
	position:absolute;
	left: 332px;
	top: 200px;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link,
#nav a:visited {
	color:#FFFFFF;
	float:left;
	width:auto;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
}
#nav a:hover {
	color:#fff;
}
#home #nav-home a,
#about #nav-about a,
#works #nav-works a,
#reviews #nav-reviews a,
#contact #nav-contact a {
	color:#fff;
	text-shadow:none;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#works #nav-works a:hover,
#reviews #nav-reviews a:hover,
#contact #nav-contact a:hover {
}
#nav a:active {
	color:#fff;
}


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	width: 850px;
	height: auto;
	clear: both;
	z-index: 1;
	padding-bottom: 4em;
	border: thin solid #FFFFFF;
	min-height: 248px;
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
	background-image: url(../Images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #575757;
}


#page div.leftSide {
	position: relative;
	width: 208px;
	height: auto;
	float:left;
	top: 0.5em;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 25px;
}

#page div.aboutleftSide {
	position: relative;
	width: 208px;
	float:left;
	top: .5em;
	padding-bottom: 15px;
	margin-right: 20px;
	padding-right: 20px;
	padding-top: 20px;

}

.leftSide img.stuco {
	width: 74px;
	margin-right: 5px;
	border: thin solid #FFFFFF;

}

.leftSide img.rsi {
	width: 74px;
	margin-right: 5px;
	border: thin solid #FFFFFF;

}

#page div.mainSide {
	position: relative;
	float:left;
	width: 540px;
	height:263px;
	left:35px;
	margin-right: 25px;

}

#page div.aboutmainSide {
	padding-right: 20px;
	vertical-align: top;

}


#page div.mainSide100 {
	position: relative;
	float:left;
	width:100%;
	height:263px;
	left: 28px;
	

}


.picture {
	border: thin solid #FFFFFF;

}

.description {
	padding-left: 20px;

}

.portfolio_img {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 15px;

}





/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}
body {
	background-image: url(../Images/pagebg.jpg);
	background-color: #461212;
	background-repeat: repeat-x;
	background-position: left top;
}
