* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #31809f;
	font-family: Arial, Helvetica, sans-serif;
}

div.header {
	background-image: url(imgs/top.png);
	width: 1012px;
	height: 24px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

div.wrapper {
	background-image: url(imgs/body.png);
	background-repeat: repeat-y;
	width: 1012px;
	margin: 0 auto;
	height: 100%;
}

div.container {
	margin-left: 41px;
	margin-right: 33px;}

div.logo {
	background-image: url(imgs/irclogo.png);
	width: 295px;
	height: 89px;
	padding-bottom: 2px;
	position: relative;
	top: -10px;
}

div.body {
	position: relative;
}

div.embedded-chat {
	width: 743px;
	height: 481px;
	margin-top: -3px;
}

div.embedded-chat iframe {
	width: 99%;
	height: 480px;
	border: 0px none;
}

div.navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 196px;
	margin-right: -20px;
	margin-top: -1px;
	font-size: 16px;
}

div.navigation div.links {
	margin-top: 1px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 13px;
}

div.navigation div.link a {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	
	background-color: #4b91ab;
	width: 163px;
	height: 23px;
	padding-top: 4px;
	text-align: center;
	border-bottom: 1px solid #31809f;
	white-space: nowrap;
}

div.navigation div.link a:hover {
	background-color: #cfe990;
	color: #18687c;
	cursor: pointer;
}

div.navigation-twit-header {
	background-image: url(imgs/TWiT_Network.png);
	width: 196px;
	height: 43px;
}

div.navigation-irc-clients-header {
	background-image: url(imgs/ircclients.png);
	width: 196px;
	height: 43px;
}

div.chat-rules {
	padding-top: 8px;
	font-size: 14px;
}

div.chat-rules-header {
	background-image: url(imgs/chatrules.png);
	width: 196px;
	height: 43px;
	position: relative;
	left: -22px;
}

div.chat-rules-row.first {
	padding-top: 0px;
}

div.chat-rules-row {
	padding-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
}

div.chat-rules-row div {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

div.chat-rules-thin {
	width: 758px;
}

div.chat-rules-thin div div {
	width: 240px;
}

div.footer {
	background-image: url(imgs/bottom.png);
	width: 1012px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}
