/* autograssphoto Stylesheet*/
/* http://www.autograssphoto.co.uk */
/* Created 14/05/07 */
/* Author: John Shorter of ComWorx.co.uk */
/* Website: http://www.comworx.co.uk */

/* UNDO DEFAULT BROWSER STYLING: tantek.com/log/2004/undohtml.css */

:link,:visited {
text-decoration: none;
}

ul, ol {
list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code {
font-size:1em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, body, html, blockquote, fieldset, input, img {
margin: 0;
padding: 0;
color: #FF0033;
}

table, td 
{
margin: 10;
padding: 0;
text-align: center;
color: #FF0033; 
}

p {
margin: 0;
padding: 0;
color: #FFFFFF;
}

a img, :link img, :visited img {
border: none;
}

address {
font-style: normal;
}

* {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
}
 
body {
text-align: center;
margin: 20px 0px;
padding: 0px;
background: #FFFFFF url(../images/spacefield.gif) top repeat; */
}

/* HEADING STYLES */

h1 {
color: #FF0033;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}

h2 {
margin: 10px 0px;
font-size: 14px;
color: #FFFFFF;
}

h3 {
color: #990000;
font-size: 12px;
font-weight: bold;
margin: 5px 0px;
}

/* LAYOUT STYLES */

#top {
margin: 0px auto;
padding: 20px 0px 20px 20px;
height: 110px;
width: 750px;
text-align: left;
background: #000000 url(../images/aptop.png) top no-repeat;
}

#banner {
width: 770px;
height: 140px;
margin: 0px auto;
padding: 0px;
background: #000000 url(../images/banner_bg.jpg) top no-repeat;
text-align: left;
}

ul.horList li {
display: inline;
padding-right: 12px;
}

#content {
min-height: 400px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 770px;
text-align: left;
background: #000000;
}

#left {
width: 750px;
padding: 8px;
margin: 0px;
text-align: right;
background: #000000;
}

#right {
width: 700px;
margin-left: 15px;
padding: 20px;
background: #000000;
border: 1px solid #ffffff
}

#intleft {
width: 300px;
float: left;
padding: 0px;
margin-top: 50px;
text-align: right;
background: #000000;
display: inline;
}

#intright {
width: 300px;
margin-left: 360px;
padding: 0px;
text-align: left;
background: #000000;
}

#footer {
background: url(../images/footer_bg.png) top no-repeat;
margin: 0px auto;
width: 770px;
height: 40px;
text-align: center;
color: #000000;
padding: 0px;
clear: both;
}

#footer img {
margin-top: 20px;
}

#footer a {
font-size: 10px;
}

/* DEFAULT LINK STYLES */

a:link{color: #FF0033; text-decoration: underline;}
a:visited {color: #FF0033; text-decoration: underline;}
a:active{color: #FFFFFF; text-decoration: underline;}
a:hover{color: #FFFFFF; text-decoration: none;}

.hide {
display: none;
}

p {
margin: 10px 0px;
text-align: justify;
}

/* CUSTOM HORIZONTAL RULE */

hr {
border: 0;
color: #CCCCCC;
background: #CCCCCC;
margin: 10px 0px 20px 0px;
width: 100%;
height: 1px;
}