/* 

STYLE SHEET FOR [x] WEB SITE
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}
		
#masthead {
		}
		
#logo {
	height: 153px;
	width: 518px;
		}
#contact {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 40px;
	margin-right: 15px;
	color: #767678;
	font-weight: bold;
	font-size: 14px;
}

#centre {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
}

#logo h1 a {
	text-indent: -5000px;
	display: block;
	height: 153px;
	width: 518px;
	background-image: url(../imgs/logo.jpg);
}

#footer {
	padding-left: 15px;
	padding-top: 20px;
	background-image: url(../imgs/dots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 25px;
		}
#footer ul li {
	float: left;
	margin-right: 8px;
}
#footer li a {
	text-decoration: none;
	color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 8px;
}



.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

p a {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
		}
		
p a:hover {
	background-color: #C7C7C9;
		}

#navigation {
	height: 31px;
	margin-top: 13px;
	line-height: 32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-bottom: 1px;
		}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	padding-left: 17px;
	padding-right: 17px;
		}
#navigation a:hover {
	background-image: url(../imgs/hover.gif);
	background-repeat: repeat-x;
}


#navigation ul {
		}

#navigation li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	float: left;
		}
#home #navigation .home {
	background-image: url(../imgs/hover.gif);
	background-repeat: repeat-x;
}


#content {
	margin-top: 4px;
	background-image: url(../imgs/content_bg.jpg);
	background-repeat: repeat-x;
		}
#main {
	width: 620px;
	float: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
#main img {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#side {
	float: left;
	width: 310px;
	background-color: #FFFFFF;
	background-image: url(../imgs/v-dash.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 30px;
}
#side_content {
	width: 280px;
	background-image: url(../imgs/logo_light.gif);
	background-repeat: no-repeat;
	float: right;
	background-position: right top;
	padding-left: 15px;
	padding-right: 15px;
}


		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
	color: #E02215;
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../imgs/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		}

h3 {
		}
		
h4 {
		}

p {
	margin-bottom: 15px;
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
.left {
	float: left;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #C7C7C9;
	margin-top: 15px;
}
.right {
	float: right;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #C7C7C9;
	margin-top: 15px;
}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
