body {
margin : 0;
padding : 0;
font : 75% "Trebuchet MS", verdana, arial, sans-serif;
color : #000;
background : #003250 url(img/bgd.png) center repeat;
}
#container {
width : 800px;
margin-left : auto;
margin-right : auto;
margin-top : 20px;
padding : 20px;
line-height: 1.7em;
color : #666;
background : #f2f2f5;
/*text-align:center*/
}
			/*TOP BANNER*/
#banner {
float:left
width : 779px;
height : 196px;
padding : 0;
margin : 0 0 10px 0;
border : 2px solid #b29b35;

}
			
			
			/*CENTRE CONTENT*/
#content {
padding : 5px;
margin-left : 205px;
margin-right : 205px;
background : #f7f7f7;
color : #000;
}
			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 180px;
margin : 0 5px 0 0;
padding : 5px;
color : #666;
background : #f2f2f5;
}
#nav, #nav ul { /* all lists */
		padding-left: 0px;
		padding-right:0px;
		padding-top: 0px;
		padding-bottom: 15px;
		margin: 0;
		list-style: none;
		float : left;
		width : 15em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 2em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 15.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 15em;
		w\idth : 14em;
		display : block;
		color : black;
		font-weight : normal;
		text-decoration : none;
		background-color : white;
		border : 1px solid black;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#nav li:hover, #nav li.hover {
    position:static;
    }
		/*Left Ad Block*/

#leftad  {
float : center;
width : 180px;
height: 450px;
padding : 5px;
color : #666;
background : #f2f2f5;
}
		
			
			/*RIGHT CONTENT*/
#sidebar-b {
float : right;
width : 180px;
margin-top:20px;
margin-right:0px;
margin-left :5x;
margin-bottom:0px;
padding : 5px;
background : #f2f2f5;
color : #333;
}
#rightad  {
float : center;
width : 180px;
height: 850px;
padding : 5px;
color : #666;
background : #f2f2f5;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 15px;
color : #bbd2e0;
background : #003366;
width: auto;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #eee;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
background : inherit;
color : #f2f2f5;
}


}
			/*TYPOGRAPHY*/
p {
margin : 10px;
}
h1 {
margin : 0 0 10px 10px;
font : bold 1.3em verdana, arial, tahoma, sans-serif;
letter-spacing: 3px;
color : #036;
background : inherit;
}
h2 {
padding-left : 5px;
font : bold 1em verdana, arial, tahoma, sans-serif;
color : #ef7329;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a:link {
color : blue;
background : inherit;
}
a:visited {
color : purple;
background : inherit;
}
a:hover {
color : #0080FF;
background : inherit;
}
			/*CLASSES*/
.news {
font-size : 1em;
background : inherit;
color : #000;
}
.sailTitle {
background : inherit;
color : #003366;
}
.clear {
clear : both;
}
/* Begin eBay RSS Style */

#div.ebayfeed {

        

}

div.ebayfeed #feeditem{

        margin: 0 0 15px 0;

        font-size:6px;

}

div.ebayfeed h2{

        padding: 0 0 0 0;

        margin: -8px 0 0 4px;

        font-size: 13px;

}

/*

        | liquidcorners.css; feel free to adapt the style!

        | ================================================

        | use: 4 corners with borderline outside a contentbox with class="inside"; 

        |      image  = upper half: top left corner, long borderline, top right corner

        |               under half: bottom left corner, long borderline, bottom right corner

        |      CHANGE = you have to change this for fitting to your image

        |      YCC    = You Can Change (or omit), if wanted

        |      DNC    = Do Not Change

        | credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:

        |          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm

        | adapted

        | by.....: ... (mables.com)

        |

        | + please let this text & links intact for a next user +

*/

.top-left, .top-right, .bottom-left, .bottom-right { 

        background-image: url('img/corners1280x18.gif'); /* CHANGE: path and name of your image */

        height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */

        font-size: 2px;    /* DNC: correction IE for height of the <div>'s */

        }

.top-left, .bottom-left { 

        margin-right: 9px; /* CHANGE: replace by the width of one of your corners */

        }

.top-right, .bottom-right { 

        margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */

        margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */

        }

.top-right {

        background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */

        }

.bottom-left  { 

        background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */

        }

.bottom-right { 

        background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */

        }

.inside {

        border-left: 1px solid #003366; /* YCC: color & properties of the left-borderline */

        border-right: 1px solid #003366;/* YCC: color & properties of the right-borderline */

        background: #FFFFFF;            /* YCC: background-color of the inside */

        color: #000000;                 /* YCC: default text-color of the inside */

        /*padding-left: 10px;              YCC: all texts at some distance of the left border */

        /*padding-right:10px;              YCC: all texts at some distance of the right border */

        margin: 0 auto;

        padding: 1px 3px;

 

        }

.inside table {

        margin: 1px 0 -5px 0;

}

.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */

.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

/* END eBay RSS Style */