body {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #4E4D51; /* Dark grey */
	background-image: url("/images/redBg.gif");
	background-repeat: repeat-y;
	background-position: top left;
	/*background-color: #4E4D51;
	background-image: url("/images/dottedBg.gif");
	background-repeat: repeat-y;
	background-position: -45px 0px;*/ /* Removes three "dots" */
	
	color: #EEEEEE;
	/*background-color: #06C;*/
}

h1 {
	position: relative;
	/*margin-top: -40px;
	margin-left: 215px;*/
	/*width: 900px;*/
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	
	text-shadow: 2px 2px #000;
}

h2 {
	position: static;
	font-size: 15px;
	/*font-weight: bold;*/
	text-shadow: 2px 2px #000;
}

h3 {
	position: static;
	font-size: 13px;
	line-height: 13px;
	/*font-weight: bold;*/
	/*margin-left: -5px;*/
}
h4 {
	position: static;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	/*margin-left: -5px;*/
}

a {
	text-decoration: none;
	color: #AAAAAA;
}
h2 a {
	color: #EEEEEE;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.center {
	margin: 0px auto;
	text-align: center;
}
img {
	position: static;
	border: none;
}

.header {
	position: static;
	padding: 5px;
	height: 180px;
	min-height: 180px;
	margin: 0px;
	
	color: black;
	font-size: 18px;
	vertical-align: middle;
	
	background-image: url("/images/top.gif");
	background-repeat: no-repeat;
	
	min-width: 800px;
}
.header #logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
.header #languages a {
	color: #dddddd;
}
.header #languages {
	color: #dddddd;
	position: relative;
	width: 250px;
	left: 30px;
	top: 90px;
	
	font-size: 12px;
	font-weight: bold;
}
.header #bigHeaderLinks {
	position: relative;
	width: 400px;
	left: 250px;
	top: 20px;
	
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
}
.header #headerLinks {
	position: relative;
	width: 420px;
	left: 250px;
	top: 35px;
	
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
}
.header #headerLinks a, .header #bigHeaderLinks a {
	color: white;
}
.content {
	position: static;
	padding: 5px;
	margin: -40px 0px 0px 210px; /* 220 px for menu + 20 px margin on outer content + 5px extra */
	
	min-width: 560px;
	width: 690px;
	
	/*left: 260px;*/
	
	/*border: 1px solid black;*/
}
.loadBox {
	position: absolute;
	top: 4px;
	left: 4px;
	/*float: left;*/
	z-index: 10;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 32px; /* Height of "loading" image */
	
	background-color: white;
	text-align: center;
	vertical-align: middle;
	color: black;
	/*border: 1px solid red;*/
}
#sidebar a:hover {
	text-decoration: none;
}
#sidebar a {
	color: #F7F7F7;
}
#sidebar {
	position: absolute;
	background-image: url("/images/skygge.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	top: 134px;
	left: 0px;
	
	padding: 10px;
	width: 185px;
	
	text-align: center;
}
.content img, #sidebar img {
	padding: 5px;
	text-align: center;
	/*margin: 0px 5px 0px 0px;*/
	
	border: 1px solid black;
	background-color: #F7F7F7;
}

.footer {
	position: static;
	margin: 0px 0px 0px 210px; /* 220 px for menu + 20 px margin on outer content + 5px extra */
	min-width: 560px;
	width: 690px;
	/*bottom: 0px;*/
	text-align: center;
	/*right: 155px;*/
	font-style: oblique;
	/*border: 1px solid black;*/
}

/* Labels and forms */
legend {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
label, div.value, .labelRegular, .labelExtended, .labelBig, .labelExtra {
	float: left;
	display: block;
	width: 250px;
}
label.regular {
	width: 80px;
}
label.extended {
	width: 150px;
}
label.extra {
	width: 350px;
}
.labelRegular {
	width: 80px;
}
.labelExtended {
	width: 150px;
}
.labelBig {
	width: 250px;
}
.labelExtra {
	width: 350px;
}

input.small, select.small {
	width: 50px;
}
input.regular, select.regular {
	width: 100px;
}
input.extended, select.extended {
	width: 200px;
}
textarea.regular {
	width: 200px;
	height: 50px;
}
textarea.extended {
	width: 200px;
	height: 80px;
}
.imageDescription {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/* Column stuff */
.column {
	width: 45%;
	float: left;
	margin: 5px;
}


/* Distributors stuff */
#Distributors_Table {
	position: static;
	/*border: 1px solid black;*/
}

#ErrorMessage {
	position: static;
	border: 1px solid red;
	text-align: center;
	width: 80%;
	margin: 20px auto;
	font-size: 15px;
	line-height: 20px;
}

/* Blog stuff */
.cgfeed {
	
}
.cgfeed .post {
	position: static;
	width: 100%;
	/*border: 1px solid red;*/
	/*background-color: #F7F7F7;*/
	/*margin: 10px 0px;*/
}

.cgfeed .post .storytitle {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	
	margin-bottom: 2px;
	text-shadow: 2px 2px #000
	/*background-color: #F7F7F7;*/
}
.cgfeed .post .storyTime {
	font-size: 11px;
}
.cgfeed .post .storycontent {

}

