html { 
	min-height: 100%;
}
body {
	background: #6AABE2 url('images/design/shore.png') repeat-x bottom;
	padding: 0;
	margin: 0;
	font: 12px Segoe UI, Courier New;
	min-height: 100%;
	line-height: 18px;
}

A:link, A:visited { text-decoration: none; color: #09447B; }
A:active, A:hover { text-decoration: none; color: #CE3A06; }

h2 {
	margin: -2px -8px 10px -7px;
	padding: 0 8px 2px 8px;
	background: #F3FFFF;
}
h3 { margin-top: 0px; }
h4 { margin: 5px; }

img { border: 0; }

.selectbutton {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border: 0;
	background: #FFFFFF;
	padding: 4px;
	font: 12px Segoe UI;
	float: right;
	margin-top: -25px;
}

#header {
	height: 85px;
	background: transparent url('images/design/header.png') no-repeat right bottom;
}

#container {
	width: 702px;
	margin: 20px auto 0px auto;
}

#navigation {
	width: 36px;
	min-height: 450px;
	padding: 6px 0 6px 6px;
}

	#navigation ul {
		list-style-type: none; 
		margin: 0;
		padding: 0;
	}
	#navigation ul li{
		display: block;
		height: 30px;
		padding: 0;
	}
	#navigation ul li a{
		display: block;
		font: bold 12px Segoe UI;
		width: 59px;
		padding: 6px 1px 6px 12px;
		background: #FFFFFF url('images/design/navigation.png') no-repeat;
		color: #000000;
		text-decoration: none;
	}
	#navigation ul li a:hover{
		display: block;
		font: bold 12px Segoe UI;
		width: 59px;
		padding: 6px 1px 6px 12px;
		background: #EDEDED url('images/design/navigation.png') no-repeat;
		color: #000000;
		text-decoration: none;
	}
	#navigation #selected a {
		display: block;
		font: bold 12px Segoe UI;
		width: 59px;
		padding: 6px 1px 6px 12px;
		background: #F45532 url('images/design/navigation.png') no-repeat;
		color: #FFFFFF;
		text-decoration: none;
	}


#content {
	width: 595px;
	height: 430px;
	padding: 8px 8px 8px 22px;
	background: transparent url('images/design/content.png') no-repeat bottom left;
	margin: 0 0 50px 0;
	text-align: justify;
	color: #1A3042;
	font: 12px Segoe UI;
}

.cup {
	width: 402px;
	height: 164px;
	background: url('http://paussi.net/images/design/Cup.png') no-repeat center;
	margin: 50px auto 0 auto;
}

.box {
	background: #D4D4D4 url('http://paussi.net/images/design/box.png') center;
	border: 3px double #BEBEBE;
	padding: 8px;
	text-align: justify;
	margin-bottom: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.code {
	background: transparent;
	border: 2px solid #FFFFFF;
	padding: 3px;
	overflow: hidden;
	width: 562px;
	margin-top: -2px;
	font: 9px Segoe UI;
}

#rightbar {
	width: 131px;
	padding: 5px;
	background: transparent url('images/design/content.png') no-repeat bottom right;
}

.c { font: bold 64px Segoe UI; color: #336B99; line-height: 50px; word-spacing: 0;}
.ct { 
	position: absolute; 
	z-index: 1;
	top: 19px;
	left: 28px;
	font: 13px Segoe UI;
}
	
#copyright {
	width: 86px;
	height: 62px;
	position: absolute; 
	top: 0;
	left: 0;
	background: transparent url('images/design/copyright.png');
}

input[type=submit] {
		font: bold 12px Segoe UI;
		width: 76px;
		background: transparent url('images/design/button.png');
		color: #323232;
		text-align: center;
		text-decoration: none;
		margin: 3px;
		border: 0;
		height: 24px;
}
input[type=submit]:hover { background: transparent url('images/design/button.png') 0 96px; }
input[type=submit]:active { padding: 3px; }

.button { width: 100%; height: 30px;}

	.button a {
		font: bold 12px Segoe UI;
		width: 76px;
		background: transparent url('images/design/button.png');
		color: #323232;
		text-align: center;
		text-decoration: none;
		line-height: 24px;
		margin: 3px;
		border: 0;
		height: 24px;
		float: left;
	}
		.button .green:hover { background: transparent url('images/design/button.png') 0 120px; }
		.button .red:hover{ background: transparent url('images/design/button.png') 0 96px; }
		.button .blue:hover { background: transparent url('images/design/button.png') 0 72px; }
		.button ul li .brown:hover { background: transparent url('images/design/button.png') 0 48px; color: #F0F0F0; }
		.button ul li .grey:hover { background: transparent url('images/design/button.png') 0 24px; color: #F0F0F0; }
		
		

.top_navigation {
	padding: 4px;
	margin-top: -7px;
}
.top_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.top_navigation ul li {
	display: inline;
	height: 30px;
	padding: 0;
	margin: 0 2px;
}
.top_navigation ul li a {
	font: 12px Segoe UI;
	width: 60px;
	height: 8px;
	padding: 5px 31px 5px 31px;
	background-color: transparent;
	color: #000000;
}
.top_navigation ul li a:hover {
	background-color: #EDEDED;
}
.top_navigation #selected a {
	font: 12px Segoe UI;
	width: 60px;
	height: 8px;
	padding: 5px 30px 4px 30px;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #95C3EA;
	border-left: 1px solid #95C3EA;
	border-right: 1px solid #95C3EA;
}

.irclogin {
width: 207px;
background: url(images/sprite.png) no-repeat -1887px 0;
color: #000000;
padding: 3px;
margin: 10px 0 0 10px;
text-align: left;
border: 2px solid #57AFFF;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-left-colors: ThreeDDarkShadow rgba(255, 255, 255, 1);
-moz-border-right-colors: ThreeDDarkShadow rgba(255, 255, 255, 1);
-moz-border-top-colors: ThreeDDarkShadow rgba(255, 255, 255, 1);
-moz-border-bottom-colors: ThreeDDarkShadow rgba(255, 255, 255, 1);
-moz-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 1);
}