/* CSS Document */

body{
    text-align: center; 
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto; 

background:url(images/bg.png);
background-repeat:repeat;
font-family:Trebuchet MS,Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
}
#wrap_home{
 	width:910px;
        height: 924px;
	border: 8px solid #FFFFFF;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;

}
#wrap_graphicdesign{
width:910px;
	height:2000px;
	border: 8px solid #FFFFFF;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#wrap_websites{
	width:910px;
	height:4300px;
	border: 8px solid #FFFFFF;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#wrap_photo{
	width:910px;
	height:2450px;
	border: 8px solid #FFFFFF;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#colleft{
position:relative;
float:left;
width:145px;
height:100%;
background-color:#BA0000;
}

#main{
	position:relative;
	width:600px;
	height:100%;
	background-color:#fff;
	float:left;
	text-align:center;
	margin-left:5px;
}

#colright{
position:relative;
float:right;
width:153px;
height:100%;
background-color:#FFFF99;
}

/* NAVIGATION */

/* ROLLOVERS */

.home a {
margin:50px 0 0 8px;
height:20px;
width:108px;
display:block;
background:url(images/navigation/home.gif);
background-repeat:no-repeat;
text-decoration: none;
}
.home a:hover { 
display:block;
background:url(images/navigation/home_ro.gif);
background-repeat:no-repeat;
text-decoration: none;
}

.websites a {
margin:10px 0 0 8px;
height:23px;
width:108px;
display:block;
background:url(images/navigation/websites.gif);
background-repeat:no-repeat;
text-decoration: none;
}
.websites a:hover { 
display:block;
background:url(images/navigation/websites_ro.gif);
background-repeat:no-repeat;
text-decoration: none;
}

.graphicdesign a {
margin:10px 0 0 8px;
height:41px;
width:107px;
display:block;
background:url(images/navigation/graphicdesign.gif);
background-repeat:no-repeat;
text-decoration: none;
}
.graphicdesign a:hover { 
display:block;
background:url(images/navigation/graphicdesign_over.gif);
background-repeat:no-repeat;
text-decoration: none;
}

.photo a {
margin:10px 0 0 8px;
height:42px;
width:108px;
display:block;
background:url(images/navigation/photo.gif);
background-repeat:no-repeat;
text-decoration: none;
}
.photo a:hover { 
display:block;
background:url(images/navigation/photo_ro.gif);
background-repeat:no-repeat;
text-decoration: none;
}

.other a {
margin:10px 0 0 8px;
height:42px;
width:108px;
display:block;
background:url(images/navigation/other.gif);
background-repeat:no-repeat;
text-decoration: none;
}
.other a:hover { 
display:block;
background:url(images/navigation/other_ro.gif);
background-repeat:no-repeat;
text-decoration: none;
}

.contact a {
margin:10px 0 0 8px;
height:22px;
width:108px;
display:block;
background:url(images/navigation/contact.gif);
background-repeat:no-repeat;
text-decoration: none;
}
.contact a:hover { 
display:block;
background:url(images/navigation/contact_ro.gif);
background-repeat:no-repeat;
text-decoration: none;
}

/* END NAVIGATION */

.imgpad{
padding:5px 2px 0 3px;
}
.flashmainmargin{
margin-bottom:8px;
padding:0 8px 0 8px;
}

.text{
	font-size: 1.2em;
	color: #333333;
	padding:8px;
	margin-bottom:10px;
	text-align:left;
}
.topnavmargin{
margin-top:50px;
}
.nrtitle{
padding:8px;
}


#websitehighlights{
position:relative;
height:150px;
width:600px;
margin:auto;
padding:10px;
}
.name{
text-align:left;
}
.notoppadtitle{
background-color:#BA0000;
	font-size: 18px;
	padding:5px;
	color:#FFF;
	margin-bottom:4px;
}
#clientboxes{
	width:auto;
	text-align:left;
	height:220px;
	background-color:#fff;
	border: 1px solid #c2c2c2;
	padding:5px;
	margin-bottom:8px;
	clear:both;
}
#clientboxes img{
padding-right:8px;
}
.centerflash{
text-align:center;
}

h2{
  font-family: 'IM Fell Great Primer', serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
