body {
	margin: 0px;
	background-color: #dcdcdc;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: times, serif;
	font-size: 12pt;
}

a:link {
	text-decoration: none;
	color: #0055CC;
}
a:visited {
	text-decoration: none;
	color: #0055CC;
}
a:hover {
	text-decoration: underline;
	color: #dd4400;
}

.redText {
	color: #f33;
}

.sansSerif {
	font-family: tahoma;
}

.hidden {
	display: none;
}



/* THE WIDTH OF THIS DIV IS INCOMPATIBLE WITH IE AND MOZILLA*/
.mainFrame {
	display: block;
	position: relative;
	width: 790px;
	height: auto;
	padding: 20px;
	padding-top: 0px;
	background-color: #ffffff;
	border-left: 1px #444444 solid;
	border-right: 1px #bbbbbb solid;
	margin-left: auto;
	margin-right: auto;
}







.title {
	display: block;
	position: relative;
	height: 145px;
	width: 750px;
	margin: 0px;
	text-align: left;
	background-color: #ffffff;
	border: 0px red solid;
}

.quickLogin {
	display: block;
	position: relative;
	top: -140px;
	left: 680px;
	width: 200px;
	background: transparent;
	text-align: left;
	z-index: 10000;
}







.menu {
	display: block;
	position: relative;
	background-color: transparent;
	height: 38px;
	width: 760px;
	border: 0px #FF3333 double;
	margin-bottom: 10px;
}

.menuItem {
	display: block;
	position: relative;
	height: 38px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.menuSearch {
	display: block;
	position: relative;
	width: 242px;
	height: 26px;
	float: left;
	padding: 4px;
	padding-top: 8px;
	margin: 0px;
	background-image: url('../images/menu_search.jpg');
	background-repeat: no-repeat;


}

.searchField {
	margin: 0px;
	margin-right: 10px;
	width: 140px;
	height: auto;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 10pt;
}

.searchButton {
	width: 62px;
	height: auto;
}






.navBar {
	display: block;
	position: relative;
	width: 760px;
	height: auto;
	text-indent: 0px;
	margin-top: 20px;
	text-align: left;
	border: 0px red solid;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11pt;
}

.content {
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	height: 650px;
	border: 0px red solid;
}

.item {
	display: block;
	position: relative;
	float: left;
	margin: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 200px;
	height: 200px;
	background-color: #ddeeff;
	border: 1px #333 solid;
	text-align: center;
}

.item:hover {
	background-color: #ffaa44;
	text-decoration: none;
	color: #000000;
}

.thumbnail {
	display: block;
	position: relative;
	margin: 4px;
	margin-bottom: 7px;
	width: 190px;
	height: 140px;
	background-color: #ffffff;
	border: 1px #333 solid;
}






.contentAdditions{
	height: auto;
	min-height: 470px;
	padding-left: 10px;
	text-align: left;
	line-height: 12pt;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 10pt;	
}

.preview {
	display: block;
	position: relative;
	float: right;
	margin-right: 15px;
	width: 350px;
	height: 450px;
	border: 1px #333 solid;
}

.stats {
	display: block;
	position: relative;
	margin: 10px;
	margin-left: 0px;
	width: 350px;
	height: 180px;
	border: 0px #333 solid;
	text-align: left;
	line-height: 18pt;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13pt;
	overflow: hidden;
}

.titleFont {
	line-height: 26pt;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 18pt;

}

.code {
	display: block;
	position: relative;
	margin: 10px;
	margin-left: 0px;
	width: 350px;
	height: 180px;
	text-align: left;

}

.tags {
	display: block;
	position: relative;
	margin: 10px;
	margin-left: 0px;
	width: 350px;
	height: auto;
	text-align: left;

}










.signup {
	display: block;
	position: relative;
	width: 250px;
	height: 180px;
	margin-top: 0px;
	margin-left: 70px;
	padding: 15px;
	border: 1px #ea4 solid;
	background-color: #eee;
}

.login {
	display: block;
	position: relative;
	float: right;
	width: 250px;
	height: 180px;
	margin-top: 0px;
	margin-right: 65px;
	padding: 15px;
	border: 1px #4af solid;
	background-color: #eee;	
}

.siteStats {
	display: block;
	position: relative;
	width: 750px;
	height: 50px;
	margin-top: 40px;
	padding: 0px;
	font-size: 10pt;
	text-align: center;
}








.ads {
	display: block;
	position: relative;
	height: auto;
	width: 728px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 0px #333333 solid;
	font-family: times, serif;
	font-size: 12pt;
}


.footer {
	display: block;
	position: relative;
	height: auto;
	width: 800px;
	text-align: left;
	font-size: 10pt;
}