/* 

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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

body {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #CCCCCC;
		}
.imagefloatright {
	float: right;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
}
.imagefloatleft {
	float: left;
}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 740px;
	border: 1px solid;
	margin-top: 5px;
	padding: 10px 10px 5px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Enigma%20NumbersGS.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
		}
#head {
	width: 730px;
	margin-top: 0px;
	padding: 5px;
	background-color: #213E84;
	height: 75px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: both;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#head a:link, #head a:visited {
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom : 0px none;
	border-left: 0px none;
	color: #CCCCCC;
}
#head a:hover {
	text-decoration: underline;
	border-top: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
	border-right: 0px none;
	color: #FFFFFF;
}
#maincontent {
	width: 547px;
	margin-top: 5px;
	padding: 5px 5px 5px 15px;
	height: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 15px;
	display: inline;
	margin-right: 0px;
	margin-left: 10px;
	float: left;
}
#navigation {
	width: 150px;
	height: auto;
	float: left;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 0px;
	font-weight: normal;
	border-right-width: 0px;
	border-right-style: none;
	background-image: url(images/shadowservices.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#navigation ul {
	list-style: none;
	padding: 0px 0 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 5px;
}
#navigation li {
	margin-top: 5px;
	height: 19px;
	width: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
#navigation a:link, #navigation a:visited {
	padding: 0px 0px 2px 10px;
	color: #000066;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
	display: block;
	height: 19px;
	width: 125px;
}
#navigation a:hover {
	border-top: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
	border-right: 0px none;
	color: #FFFFFF;
	background-color: #213E84;
	display: block;
	height: 19px;
	width: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
}
#footer {
	width: 730px;
	margin-top: 5px;
	padding: 5px 5px 0px;
	height: 18px;
	clear: both;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 9px;
	color: #213E84;
	border-top: 2px solid #213E84;
	border-right: 2px none;
	border-bottom: 2px none;
	border-left: 2px none;
	margin-right: 0px;
	margin-left: 0px;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	letter-spacing: normal;
}
h1 {
	font-family: Tahoma;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #213E84;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h5 {
	font-family: Tahoma;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
}

#head p {
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom : 0px none;
	border-left: 0px none;
	color: #CCCCCC;
	padding-right: 10px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 20px;
	color: #213E84;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
h3 {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #213E84;
}

ul {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 22px;
	color: #666666;
	padding-left: 25px;
	list-style-type: disc;
}
h6 {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
	font-weight: normal;
}
#navigationDOWN {

	border-top: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
	border-right: 0px none;
	color: #FFFFFF;
	background-color: #213E84;
	display: block;
	height: 19px;
	width: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
}
#Enigmaform {
	width: 370px;
	margin-top: 10px;
	padding: 0px 10px 5px;
	height: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
#wrapperindex {

	width: 740px;
	border: 1px solid;
	margin-top: 5px;
	padding: 10px 10px 5px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
