/*
	CSS Stylesheet for http://www.robinsonsquads.co.uk
	All content copyright Nathan Littleton and Future Visions
*/


/* LINKS */

a:link{
color: red;
text-decoration: none;
}

a:active{
color: red;
text-decoration: none;
}

a:visited{
text-decoration: none;
color: red;
}

a:hover{
text-decoration: none;
color: black;
}

div.productbox a:link{
background-color: #FCFCFC;
}

/* STANDARD ELEMENTS */

img{
border: none;
}

img a{
border: none;
}

body{
margin: 0px;
font-family: "Lucida Sans", Verdana, "Trebuchet MS", Tahoma, Serif;
background-color: #4c4c4c;
font-size: 10pt;
color: white;
background-image: url('images/headbar-x.gif');
background-repeat: repeat-x;
text-align: center;
}

h1{
color: white;
}

h2{
;
}

p{

}

/* SPECIFICS */

#outerbox{
width: 780px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

#content{
width: 550px;
float: left;
padding: 10px;
}

#menubox{
width: 170px;
float: left;
padding: 10px;
padding-left: 20px;
text-align: center;
}
