/* 1) Main ********************************************************************** */

body {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
}

body, td, th, h1, h2, h3, input, textarea { /* redundant rules for bad browsers  */
	font-family: arial, verdana, sans-serif;
}

p {
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: 0.8em;
}

h1 {
	font-size: 1.2em;
	color: #D93070;
	background-color: inherit;
	margin: 5px 0;
	padding: 0;
}

h2 {
	font-size: 0.9em;
	color: #D93070;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

h3 {

}

/* 2) Links ********************************************************************** */

a {
	color: #0000C0;
	background-color: inherit;
}

a:hover {
	color: #0000C0;
	background-color: inherit;
}

/* 3) Header ********************************************************************** */

#header {
	height: 90px;
	background-image: url(../images/structure/bg_swishtop.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* 4) Navigation ********************************************************************** */

#menu {
	width: 121px;
	float: left;
	color: inherit;
	background-color: #3C3FA6;
	padding: 38px 0 93px 0;
	background-image: url(../images/structure/bg_swishmenu.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navlist {
	color: #FFFFFF;
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 0.7em;
	border-bottom: 1px solid #8080FF;
	width: 100%;
}

#navlist li {
	list-style: none;
	margin: 0;
}

#navlist a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3C3FA6;
	border-top: 1px solid #8080FF;
	border-left: 5px solid #FFFFFF;
	padding: 1px 0 2px 5px;
}

#navlist a#current { 
	border-left: 5px solid #D93070;
}

#navlist a {
	width: 99%;
	/* only necessary for Internet Explorer */
}

#navlist a {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 9.6em;
	/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#menu>#navlist a {
	width: auto;
	/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
	color: inherit;
	background-color: #8080FF;
	border-left: 5px solid #D93070;
	padding: 1px 0 2px 5px;
}

#navlist a:active, #navlist a#current:active {
	border-left: 5px solid #D93070;
	padding: 1px 0 2px 5px;
}

#chat {
	background-color: #8080FF;
	color: inherit;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.7em;
}

/* 5) Content ********************************************************************** */

#container {
	width: 770px;
	margin: auto;
	border-left: 5px solid #464AAE;
	border-right: 5px solid #464AAE;
}

#inner {
	margin: 0 5px;
	padding: 0 5px;
	border-left: 5px solid #D93070;
	border-right: 5px solid #D93070;
}

#content {
	width: 604px;
	float: right;
	background-image: url(../images/structure/bg_swishbody.png);
	background-repeat: no-repeat;
	padding: 35px 0 0 15px;
}

.intro {
	height: 93px;
	background-image: url(../images/structure/bg_intro.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 30px;
	margin: 10px 0 0 0;
}

.game {
	height: 111px;
	background-image: url(../images/structure/bg_games.png);
	background-repeat: no-repeat;
	padding: 0 0 0 6px;
	margin: 10px 0 0 0;
}

#advice {
	height: 340px;
	background-image: url(../images/structure/bg_advice.png);
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin: 15px 0 0 0;
}

.bodyText {
	padding: 0 10px;
	margin-top: 25px;
}

.homeBox {
	background-repeat: no-repeat;
	width: 200px;
	height: 180px;
	float: left;
}

.contact {
	float: left;
	width: 160px;
	height: 200px;
	margin: 0 10px 0 0;
}

/* 5a) Content - text classes ************ */

.list {
	font-size: 0.8em;
}

/* 5a) Content - image classes ************ */




/* 5c) Content - forms ************ */




/* 5d) Content - other elements ************ */




/* 6) Footer ********************************************************************** */

#footer {
	width: 755px;
	height: 17px;
	margin: auto;
	background-image: url(../images/structure/bg_footer.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 0.6em;
	padding: 20px 25px 0 0;
}