/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #CCC;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #545454;
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 20pt;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

.imgRight {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.imgLeft {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul {
	margin-left: 2em;
}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	height: 15px;
	background-color: #545454;
	background-image: url(img/stripe.gif);
}
.left {
	float: left;
	width: 20em;
	
	
}
.right {
	float: right;
	background-color: #545454;
}

/* header */
.header {
	height: 80px;
	background-color: #464646;
	margin-top: 30px;
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
	vertical-align: middle;
	margin-left: 0px;
	top: 20px;
	text-align: right;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {
	padding-left: 32px;
	background-color: #545454;
}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	background-color: #545454;
}

.main {
	background-color: #545454;
}
.main .left {
	width: 75%;
	background-color: #900;
}
.main .right {
	width: 20%;
	background-color: #545454;
}

.content {
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {
	background-color: #191919;
	background-image: url(img/nav.gif);
}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background-color: #900;
	text-align: left;
	background-image: url(img/nav.gif);
	background-repeat: repeat-x;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {
	margin: 0;
	background-color: #222;
}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #BBB;
	background-image: url(img/nav_hover.gif);
	background-repeat: repeat-x;
}

/* footer */
.footer {
	border-top: 1px solid #444;
	color: #999;
	background-color: #464646;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	padding: 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #CCC;
}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/* round grey edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}
/* round red edges */
.redroundtl,.redroundtr,.redroundbl,.redroundbr {
	background: url(img/round_red.gif);
	height: 16px;
	width: 14px;
}
.redroundtl,.redroundbl {
	float: left;
}
.redroundtr,.redroundbr {
	float: right;
}
.redroundtr {
	background-position: right top;
}
.redroundbr {
	background-position: right bottom;
}
.redroundbl {
	background-position: left bottom;
}
/*link back to our website (http://arcsin.se)