/* Start of CMSMS style sheet 'seo-worx' */
body {
    background: #ffffff; 
    background: url('http://www.seo-worx.com/uploads/images/background.jpg') no-repeat; 
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: none; 
   color: #000000; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #000000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: none;
   color: #333333;
}



div#header {
    background: none;  
    width: 1019px;
    height: 30px;
    margin: 0 auto;
    margin-top: 0px;
}

div#header h1 a  {
    height: 30px;
    background: url('http://www.seo-worx.com/uploads/images/top.png');
}

div#menu_vert a#logo{

   background: none;  
   padding: 0px;
   margin: 0px 0px 25px 0px;

}

div#main{

   border: 0px solid black;
   padding-top: 15px;


}

div#overbox{

    background: none;
    no-repeat;
    width: 995px;
    padding: 20px 0px 0px 20px; 
    margin: 0 auto;
    border: 0px solid black;
}

div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;
   max-width: 100%;
   min-width: 0%;
   width: 89%;
   padding: 10px 70px 10px 60px;
   background-color: none;
   color: #333;
   background: url('http://www.seo-worx.com/uploads/images/center.png');
}

div#footer{
   background: none;
   color: BLACK;
}

div#footer p a{
   background: none;
   text-align: center;
   color: BLACK;
}

div#bottom{
    height: 50px;
    background: url('http://www.seo-worx.com/uploads/images/bottom.png') no-repeat;
    width: 1019px;
    margin: 0 auto;
}

div#content h2 {
	color: #9f181d; 
	font-size: 16x; 
	text-align: left; 
	padding-left: 0em;
        font-weight: normal;
        padding-top: 10px;
	border: 0px; 
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #9f181d; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #8d8d8f; 
}

/* End of 'seo-worx' */

