/*css layout for centred wrapper, zero margin and padding and no blue line*/
* 
{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	min-width: 960px;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000430;
	font-size: 1em;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
}
#content h1 {
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000430;
	letter-spacing: 0.1em;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #CF2635;
	border-right-color: #CF2635;
	border-bottom-color: #CF2635;
	border-left-color: #CF2635;
	padding-bottom: 5px;
}
.text {
	width: 500px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.image {
	float: left;
	border: 1px none #297BC6;
	height: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.intro {
	border: 1px none #297BC6;
	margin-top: 10px;
	padding: 10px;
	width: 500px;
	float: left;
	margin-right: 10px;
}
.thumbs {
	padding: 10px;
	float: left;
	border: 1px none #297BC6;
	margin-top: 10px;
	width: 405px;
	height: 80px;
}
.text p {
	margin-bottom: 5px;
	font-size: 0.9em;
}
#content h2 {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#wrapper {
	margin:0 auto;
	width:950px;
	text-align: left;
	background-color: #FFFFFF;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

#nav a:hover {
	text-decoration: none;
	color: #D42836;
}
.italic {
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
}
#links {
	float: left;
	padding: 10px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px none #297BC6;
	width: 395px;
}
#nav {
	background-color: #DC2938;
	height: 20px;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#iu {
	font-size: 0.7em;
	color: #CCCCCC;
	display: inline;
	float: right;
}
#iu a:link, #iu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}


#footer {
	font-size: 1em;
	clear: both;
	color: #FFFFFF;
	background-color: #000430;
	height: 30px;
	padding-left: 10px;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #DE2939;
}
#links li {
	list-style-type: none;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
#links li a:link, #links li a:visited {
	height: 60px;
	width: 300px;
	display: block;
	text-decoration: none;
	color: #000430;	/*color: #000430;
	background-repeat: no-repeat;
	background-position: 0px -10px;
	padding-top: 25px;
	margin: 0px;
	padding-left: 110px;
	padding-bottom: 10px;*/
	margin-bottom: 10px;
}
#links li a:hover {
	color: #C82534;	/*background-image: url(../images/promo_o.jpg);*/
}
.train {
	background-image: url(../images/train.jpg);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	padding-top: 25px;
	margin: 0px;
	padding-left: 110px;
	padding-bottom: 10px;
}
.promo {
	background-image: url(../images/promo.jpg);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	padding-top: 25px;
	margin: 0px;
	padding-left: 110px;
	padding-bottom: 10px;
}
.inst {
	background-image: url(../images/inst.jpg);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	padding-top: 25px;
	margin: 0px;
	padding-left: 110px;
	padding-bottom: 10px;
}
.words {
	width: 500px;
	padding: 10px;
	border: 1px none #297BC6;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
	margin-bottom: 10px;
	/*height: 200px;*/
	background-color: #FCE9EB;
	margin-left: 10px;
}
.words p {
	margin-bottom: 5px;
	font-size: 0.9em;
}
.floatLeft {
	float: left;
}
#form {
	width: 700px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
#form input, #form textarea {
	border: 1px solid #297BC6;
	font-size: 1em;
	color: #000000;
}
#form a:link, #form a:visited {
	color: #DE2939;
	text-decoration: none;
}
#form a:hover {
	color: #297BC6;
	text-decoration: none;
}
.more {
	color: #DE2939;
	font-weight: bold;
	margin-top: -10px;
	clear: both;
	float: left;
	margin-left: 50px;
	padding: 0px;
	margin-bottom: 5px;
	width: 300px;
}
.more a:link, .more a:visited {
	text-decoration: none;
	color: #DE2939;
}
.contact {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
.contact a:link, .contact a:visited {
	color: #DE2939;
	text-decoration: none;
}
#header {
	background-color: #000430;
	height: 100px;
}
#wrapper1 {
	width:320px;
	height:260px;
	float: left;
}
#wrapper2 {
	width:320px;
	height:260px;
	float: left;
}
#wrapper3 {
	width:320px;
	height:260px;
	float: left;
}
.words h2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #D12636;
	border-right-color: #D12636;
	border-bottom-color: #D12636;
	border-left-color: #D12636;
	padding-bottom: 3px;
}
.floatRight {
	float: right;
}
