@import url("file:///LAILA/CAMOSUN/LailaChris/website/shopworn.ca/css/reset.css");
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-align: center;
	background-color: #333333;
}


#header {
	width: 900px;
	height: 250px;
	float:left;
	margin-top: -8px;
	margin-bottom: 0px;
	text-align:center;
	
}


#skookum {
	width: 900px;
	height: 350px;
	float:left;
	margin-top: -290px;
	text-align: left;
	text-indent: 550px;
	background-image: url(graphics/skookumsurf_3.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#location {
	width: 900px;
	height: 7px;
	float:left;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align:center;
	background-color:#333333;
}

#container {
	width: 900px;
	height: 100%; 
	position:relative; 
	z-index:1;
	margin-left: auto; 
	margin-right: auto;
	text-align:right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	

}

#navbar {
	z-index:-2;
	width: 140px;
	float: left;
	text-align: right;
	font-size: 13px;
	padding-right: 15px;
	padding-left: 0px;
	padding-top: 15px;
	margin-right: 0px;
	background-color: #0066CC;
	background-repeat:repeat-y;
	background-position: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(graphics/blue_left.png);	
	}	


#content {
	z-index:-2;
	float: left;
	height:100%;
	width: 410px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	text-align: left;
	background-color: #FFFFFF;
	background-image url(graphics/gradient_center.png);
	background-repeat: repeat-y;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#content ul {
	padding-left: 30px;	
}


#rightcol {
	width: 310px;
	height: 100%;
	float: right;
	position:relative;
	z-index:-2;
	padding-left: 5px;
	padding-top: 15px;
	margin-left: 0px;
	text-align:left;
	text-indent: 10px;
	background-repeat:repeat-y;
	background-color: #0066CC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(graphics/blue_right.png);
}


	
h1 {
	text-indent: -50000px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color:#0066CC;
	margin-top: 0px;
	margin-bottom: 15px;

}

#location h3 {
	font-weight: normal;
	font-size: 14px;
	color:#CCCCCC;
	margin-top: 1px;
	font-style: italic;
}

#rightcol h3 {
	font-weight: normal;
	font-size: 12px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	

}

h4 {
	font-weight: bold;
	font-size: 13px;
	color:#333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-top: 0px;
	margin-bottom: 18px;
	
}

h5 {
	font-size: 10px;
	color:#FFFFFF;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom:3px;
}

#content h5 {
	font-size: 12px;
	color:#0066CC;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}




p {
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 20px;
}

p.quote {
	font-style: italic;
}

img {
	margin: 5px;
	margin-bottom: 15px;
	display: block;
	float: left;
	border: medium solid #999999;	
}

img.skookie {
	border: none;
	width: 200px;
	height: 180px;
}

table {
	background-color:;	
}

td {
	width: 190px;
	margin: 0px;
	padding:7px;
}

#content a {

	color:#0066CC; 
 	font-weight: bolder;
	font-variant: small-caps;
	padding-right: 10px;

}

#content a:hover {
	color: #FF9900;
}


#content li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -15px;
	padding-bottom: 2px;
}


#navbar ul
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 0px;
	list-style-type: none;
	
}

#navbar li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
}


#navbar a
{
	display: block;
	font-variant: small-caps;
	color: #FFFFFF;	
	z-index:100;
	
}


#navbar a:link, a:visited
{
	color: #EEE;
}

#navbar a:hover
{
	color:#FF9900;
	background-color: #333333;
	background-image:url(graphics/gradient_left.png);
}

#current {
	background-color: #333333;
	background-image:url(graphics/gradient_left.png);
}



#rightcol ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	
}

#rightcol li {
	list-style-image: none;
	list-style-type: none;
}


#rightcol a
{
	display: block;
	z-index:100;
	text-indent: 10px;
	font-size: 12px;
	color: #FF9900;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;	
}

#rightcol a:link, a:visited
{
	color: #FF9900;
}

#rightcol a:hover
{
	background-color: #333333;
	background-image:url(graphics/gradient_right.png);
	color:#FF9900;
}


