/*********************
***** HTML Tags ******
**********************/
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	margin: 7px 0 0 0;
}
div {
	padding : 5px;
}
h1 {
	padding: 0px;
	margin: 0px;
}
p {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/* Pseudo Classes */
a:link, a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #333333;
}
/*********************
******** IDs *********
**********************/
#top {
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5%;
	clear: both;
}
#frame {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	padding:0px;

}
#head {
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	clear: both;
}
#main {
	padding-top: 15px;
	background-image: url(images/shadow_bot.png);
	background-repeat: repeat-x;
	background-color: #AAAAAA;
	clear: both;
}
#inside {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#xtras{

	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #AAAAAA;
}
#lower2 {
	padding-top: 19px;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-color: #AAAAAA;
	background-position: bottom;
	clear: both;
}
#lower {
	height: 4px;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	clear: both;
}
#bottom {
	height: 20px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}
#end {
	width: 490px;
}
#advertisements  {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	padding: 0px;
}
/*********************
****** Classes *******
**********************/
.right {
	float: right;
	margin-left: 7px;
}
/* Pseudo Classes */
.adium a:link, .adium a:visited {
	background-color: black;
	display: block;
	background-image: url(images/adium.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #AAAAAA;
}
.adium a:hover {
	background-image: url(images/flap.jpg);
}
