/* MAIN BODY FORMATTING */
body{ 
background-color: #FFF;
background-repeat: repeat;
background-attachment: fixed;
font-family: Verdana, TrebuchetMS;
font-size: 12px; 
text-align: center; 
color: #566;
margin: 0px;
padding: 0px;
}

/* BORDER SIZE FOR ALL IMAGES */
img {
border: 0px #bbc solid;
margin: 1px;
}

/* HEADER FOR BASIC */
h1{
font-variant: small-caps;
font-size: 13px;
color: #235;
padding-left: 4px;
margin: -8px;
margin-bottom: 0px;
text-align: left;
}

h2{
font-variant: small-caps;
font-size: 12px;
color: #566;
padding-left: 8px;
margin: 8px;
}

/* TOP HEADER */
h3{
position: relative;
padding: 0px;
margin-top: 8px;
font-variant: small-caps;
font-size: 17px;
color: #033;
font-weight: normal;
line-height: 0;
text-align: center;
display: inline;
}

/* LIST STUFF */
li{
list-style-type: square;
}

/* LINK FORMATTING */
a:link, a:visited, a:active { 
	text-decoration: none; 
	color: #356;
	font-size: 11px;
	letter-spacing: 1px;
}

a:hover { 
	color: #aaa; 
	text-transform: none;
	text-decoration: underline;
}

/* FORMAT FOR THE TOP HEADER BAR */
#header
{
	
	height: 32px;
	padding: 16px;
	position: relative;
	text-align: center;
	border: 0px;
	font-size: 16px; 
	font-variant: small-caps;
}


/* FORMAT FOR THE FOOTER BAR */
#footer
{
background-color: #fff;
width: 100%;
height: 32px;
bottom: 0px;

padding: 0px;

font-size: 11px; 
font-variant: small-caps;

position: relative;

text-align: center;
line-height: 0px;
vertical-align: top;

border: 1px #bbc solid; 
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;

}

/* FORMAT FOR THE MAIN CONTENT */
#page
{
background-attachment: fixed;
position: absolute;
width:44%;
min-width: 400px;
min-height: 80%;
left: 28%;
top: 52px;
text-align: left;

border: 0px #000 solid;

margin: 0px;
margin-bottom: 8px;
padding-top: 8px;
z-index: 1337;
}

#leftbar
{
background-image: url("images/bgpwn.jpg"); background-color: #FFF;
background-repeat: no-repeat;  background-position: top right;
position: fixed; left: 0px; top: 0px;
width: 28%; height: 100%;
margin: 0px;
float: left; text-align: right; 
vertical-align: middle;
font-size: 12px; font-variant: small-caps;
font-weight: bold;
list-style-type: none;
padding-top: 69px;
overflow: auto;
}

#rightbar
{
background-image: url("images/bgpwnflip.jpg"); background-color: #FFF;
background-repeat: no-repeat;  background-position: top left;
position: fixed; right: 0px; top: 0px;
width: 28%; height: 100%;
margin: 0px;
float: right; text-align: left; 
vertical-align: middle;
font-size: 12px; font-variant: small-caps;
font-weight: bold;
list-style-type: none;
padding-top: 69px;
overflow: auto;
}



#navbar
{
	background-color: #FFF;
	width: 100%;
	top: 32px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	border: 1px #bbc solid; 
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	font-size: 10px; 
	font-variant: small-caps;
	word-spacing: 6px;
	letter-spacing: 3px;
}
#navbar a
{
position: relative; color: #344;
font-weight: normal;
line-height: 2; font-size: 12px;
margin: 1px; 
cursor: crosshair;
padding-right: 8px;
}

#navbar a:hover
{
color: #999;
position: relative;
text-decoration: underline;
}

/* FORMAT FOR ADVERTISEMENT */
#ad
{
background-image: url("images/navbggreenr.jpg");
background-repeat: no-repeat;  background-position: bottom left;
position: fixed; left: 0%; top: 120px;
width: 13%; height: 100%;
float: left; 
text-align: left; 
font-size: 12px; font-variant: small-caps;
font-weight: bold;
list-style-type: none;
overflow: auto;
}


/* NONSINGULAR ITEMS */

DIV.box
{
background-color: transparent;
cursor: text;
position: relative;
border: 1px #aaa solid;
border-left-width: 0;
border-top-width: 0;
padding: 8px;
margin: 3px;
font-size: 11px;
display: list-item;
list-style: none;
cursor: crosshair;
}

DIV.item
{
text-align: center;
border: 1px #888 dotted;
border-left-width: 0;
border-right-width: 0;
margin: 8px;
padding-top: 4px;
padding-bottom: 4px;
}
/* IMAGE FORMATTOR FOR AVATARS */
DIV.avatar
{
position: absolute;
width: 192px; height: 192px;
border: 1px #bbc solid;
top: 77px;
right: 69px;
padding: 1px; padding-bottom: 0px;
font-size: 11px;
float: right;
}

/* FORMAT FOR CODE DISPLAY */
DIV.code
{
background-color: #eee;
cursor: text;
position: relative;
border: 1px #555 solid;
color: #155;
padding: 8px;
font-size: 11px;
}