body {
margin:0px;
background-color:#707070;
color:#000;
text-align:left;
}

a.menulinks {
font-weight:bold;
}

#container {
border:1px solid white;
width:900px;
text-align:left;
}

#top1 {
width:966px;
height:300px;
background:url('images/userimages/design/topbg.jpg');
background-repeat:no-repeat;
}

#title1 {
position:relative;
top:130px;
left:56px;
color:#edff74;
font-size:55px;
letter-spacing:-0.5px;
font-family:"century gothic", sans-serif;
font-style:italic;
width:600px;
}

#title2 {
position:relative;
top:130px;
left:56px;
width:580px;
color:#489500;
font-size:25px;
letter-spacing:-0.5px;
font-family:"century gothic", sans-serif;
font-style:italic;
}

#menulink {
width:204px;
height:119px;
background:url('images/userimages/design/green_box.png');
background-repeat:no-repeat;
}

#rightmenulink {
padding:15px 15px 0px 35px;
width:154px;
height:104px;
_width:204px;
_height:119px;
background:url('images/userimages/design/green_box.png');
background-repeat:no-repeat;
}

#rightmenulink a{
color:#fff;
font-style:italic;
font-size:18px;
}

#rightsmall {
	font-size:11px;
padding-top:8px;
}

#maincontent {
	padding:0px 20px 20px 20px;
	vertical-align:top;
}

#maincontentstaff {
	padding:0px 20px 20px 20px;
	vertical-align:top;
}

#maincontentstaff img {
margin-top:-20px;
}

#randompic {
position:relative;
top:0px;
float:right;

}

#content {
width:996px;
background:url('images/userimages/design/grey_fade.jpg');
background-repeat:repeat-x;
background-color:#fff;
}

#content img {
	border:1px solid white;
}

#footer {
background:url('images/userimages/design/footerbg.jpg');
background-repeat:repeat-x;
background-color:#97c30c;
color:#edff74;
font-size:10px;
font-family:arial, sans-serif;
}

#footer h3 {
color:#faffd6;
}


#doallfeaturedproducts2table1 {
border:0px;
}
#doallfeaturedproducts2table1 td {
border:0px;
}

#rightimage{
	border: 1px solid #FFFFFF;
	position: relative;
}

/*Form Modifications*/
input[type="text"], textarea
{

    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 100px;
    background-image: url( 'images/userimages/design/formbg.gif' );
    background-repeat: repeat-x;
    background-position: top;
}

input
{
    padding: 4px;
    border: solid 1px #85b1de;
    background-image: url( 'images/userimages/design/formbg.gif' );
    background-repeat: repeat-x;
    background-position: top;
    
}

input[type="text"]:focus, textarea:focus
{
    background-color: #ffffff;
    border: solid 1px #33677F;
}


