﻿/* =================
General Tags
==================*/

* {
	margin: 0;
}

html {
	overflow: auto;
}

body {
	color: white;
	background-color: #060607;
	font-family: Tahoma, Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

a {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	color: #FFCC66;
}

li {
	list-style-type: none;
}

/* =================
Header
==================*/

#header  {
	width: 100%;
	height: 38px;
	background: #222324 url('images/header.gif') repeat-x;
	border-bottom: 1px white solid;
}

#CAT-Foundations {
	width: 826px;
	height: 100%;
	margin: 0px auto 0px auto;	
}

#CAT-Logo {
	height: 22px;
	width: 270px;
	position: relative;
	top: 8px;
	background-image: url('images/cat.png');
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
}

#CAT-Logo:hover {
	background-position: center bottom;
}

/* =================
Content
==================*/

#body {
	width: 100%;
	min-height: 540px;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
	background-position: center top;
}

#logo {
	width: 518px;
	height: 365px;
	margin:auto;
}

#content-table {
	width: 826px;
	margin: 15px auto 15px auto;
}

#about {
	width: 390px;
	font-size: 14px;
	line-height: 18px;
	padding-right: 10px;
	text-align: left;
	text-align: justify;
	word-spacing: normal;
}

#about p {
	color: #CCCCCC;
}

#about p strong {
	color: white;
}

#seperator {
	width: 4px;
	min-height: 247px;
	background-image: url('images/seperator.png');
	background-repeat: no-repeat;
}

#navigation {
	width: 390px;
	padding-left: 15px;
}

#board-link {
	height: 68px;
	width: 370px;
	background-image: url('images/board.png');
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#board-link:hover {
	background-position: center bottom;
}

#documentation-link {
	height: 68px;
	width: 370px;
	background-image: url('images/doc.png');
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#documentation-link:hover {
	background-position: center bottom;
}

/* =================
Footer
==================*/

#rss {
	height: 62px;
	width: 118px;
	position: relative;
	left: 530px;
	background-image: url('images/rss.png');
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

#rss:hover {
	background-position: center bottom;
}

#footer  {
	width: 100%;
	height: 108px;
	background: #222324 url('images/footer.gif') repeat-x;
	border-top: 1px white solid;
}

#copyrights {
	width: 826px;
	height: 100%;
	text-align: center;
	line-height: 14px;
	margin: 5px auto 0px auto;
}