body {
	margin:0 0;
	background-color:#000000;
	}

h5 {
    font-size:24px;
   }

img { border:0;}
	
/*header elements*/

#headerWrap {
	width:1200px;
	height:100px;
        margin:0 auto;
	}
	
#headerLogo {
	float:left;
	margin-top:36px;
	margin-left:10px;
	}
	
#headerRSS {
	float:left;
	margin:15px 20px 10px 110px;
	}

/*main content elements*/

#contentWrap {
	width:1200px;
	min-height:658px;
	margin:10px auto;
	background-image:url(images/mainBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#pageWrap {
	width:1200px;
	min-height:658px;
	margin:10px auto 15px;
	/*background-image:url(images/contentBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	}

#contentWrapBottom {
        width:1200px;
        margin:5px auto;
        padding:0;
        }

#contentWrapBottom a:link {
        color:#ffffff;
        text-decoration:none;
        }

#contentWrapBottom a:hover {
        color:#ffffff;
        text-decoration:underline;
        }

#contentWrapBottom a:visited {
        color:#ffffff;
        text-decoration:none;
        }

#contentWrapBottom a:active {
        color:#ffffff;
        text-decoration:none;
        }

.homeHeader {
        margin-bottom:15px;
        }

#freeQuoteForm {
        float:left;
        width:400px;
        margin-right:20px;
        }

#freeQuoteForm p, label {
        font-family:Trebuchet MS;
	font-size:14px;
	text-align:justify;
	line-height:1.3em;
	letter-spacing:0.1em;
        /*font-weight:400;*/
        color:#B7332F;
        }

#freeQuoteForm input#name,#email,#domain {
        width:170px;
        height:16px;
        }

.required {
        font-family:Trebuchet MS;
	font-size:11px;
        font-style:italic;
        color:#ffe60c
        }

#latestWork {
        position:relative;
        margin-left:420px;
        width:540px;
        }

#latestWork p {
        font-family:Trebuchet MS;
	font-size:14px;
	text-align:justify;
	line-height:1.3em;
	letter-spacing:0.1em;
        /*font-weight:400;*/
        color:#B7332F;
        }

ul#banner { list-style:none; }
ul#banner li { list-style:none; }

#tweets { 
        float:right;
        width:200px; 
        margin-left:20px;
        }

#tweets p { 
        font-family:Trebuchet MS;
        font-size:14px;
	text-align:justify;
	line-height:1.3em;
	letter-spacing:0.1em;
        /*font-weight:400;*/
        color:#B7332F;
        }

#mainMenu {
	float:right;
	width:275px;
	margin:20px 5px 0 5px;
	}
	
#mainMenu p {
	color:#ffe60c;
	font-style:italic;
	font-size:14px;
	text-align:justify;
	width:200px;
	margin:30px 5px 10px 75px;
	}
	
/* #mainMenu ul {
	list-style-type:none;
	}
	
#mainMenu ul li {
	margin-top:8px;
	} */
	
#centerContent {
    float:left;
    width:540px;
	margin-top:40px;
	margin-left:210px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#B7332F;
	}

#centerContent a:link {
        color:#ffffff;
        text-decoration:none;
        }

#centerContent a:hover {
        color:#ffffff;
        text-decoration:underline;
        }

#centerContent a:visited {
        color:#ffffff;
        text-decoration:none;
        }

#centerContent a:active {
        color:#ffffff;
        text-decoration:none;
        }
	
#centerContent h2{
	font-family:Trebuchet MS;
	font-size:48px;
	color:#B7332F;
	text-align:right;
	margin-bottom:20px;
	}
	
#centerContent h3{
	font-family:Trebuchet MS;
	font-size:30px;
	color:#B7332F;
	text-align:right;
	margin-bottom:10px;
	}

#centerContent h3 a:link {
        color:#B7332F;
        text-decoration:none;
        }

#centerContent h3 a:hover {
        color:#B7332F;
        text-decoration:underline;
        }

#centerContent h3 a:visited {
        color:#B7332F;
        text-decoration:none;
        }

#centerContent h3 a:active {
        color:#B7332F;
        text-decoration:none;
        }
	
#centerContent p {
	font-family:Trebuchet MS;
	font-size:14px;
	text-align:justify;
	line-height:1.3em;
	letter-spacing:0.1em;
        /*font-weight:400;*/
        color:#B7332F;
	}

#centerContent img {
	margin:2px 5px;
	}
	
/*portfolio elements*/

img.portfolioPic {
	margin:5px auto;
	border:8px solid #111111;
	}
	
/*footer elements*/

#footer {
        width:1200px;
	clear:both;
        margin:0 auto 10px auto;
	}

#footer a:link {
        color:#ffe60c
        }

#footer a:visited {
        color:#ffe60c
        }

#footer a:hover {
        color:#ffffff;
        }

#footer a:active {
        color:#ffe60c
        }

#footer p {
       color:#ffe60c;
       font-size:12px;
       font-family:Trebuchet MS;
       text-align:center;
       }
	
/*miscellaneous*/ 

.clear {
	clear:both;
	}

.alignleft { float:left; margin:3px 5px 3px 0; }
.alignright { float:right; margin:3px 0 3px 5px; }
.aligncenter { margin: 0 auto; }