/* 

    1312.css v2.33 (www.thirteentwelve.com)

	nods to grgx.org for inspiring fancy dan css usage

	though its clear its the future

	

	this css impliments a box model hack found at:

	www.info.com.ph/~etan/w3pantheon/style/abmh.html

	(technique 1 - as the other 2 seemed like bollox)

	

	1st width declaration is for IE5.x/Win

	2nd width declaration is for IE6/Win

	3rd width declaration is for IE5.x/Mac

	

	1st width should be the total width including paddings & borders

	2nd and 3rd should be the content width

	

	either way it seems to work

*/

body {
	font-family: Verdana;
	color: #CCCCCC;
	font-size: 10px;
	background-color: #990000;
	margin: 0px 0px 0px 5%;
	padding: 0px;
}


#content {
	left: auto;
        right: auto;
	border: 1px solid #000000;
	width: 399px;
	width /**/: 401px;
	width/* */:/**/399px;
	background-color: #000000;
}


p {
	text-align: justify;
	padding: 0px;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}


a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


a:hover {
	color: #990000;
	text-decoration: underline;
}


h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}


#grey {
	background-color: #333333;
	width: 399px;
}


#black {
	background-color: #000000;
	width: 399px;
}


.mainbody {
	padding: 10px;
}


.commentLink {
	text-align: right;
}


h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.left {
	float: left;
	width: 220px;
}


.right {
	float: right;
	width: 150px;
}


.left2 {
	float: left;
	width: 150px;
  text-align: right;
}


.right2 {
	float: right;
	width: 220px;
  text-align: left;
}


.clear {
	clear: both;
}

