body{
	font-family: Arial,Verdana,Sans-serif;
	background-color: #151515;
	color: #bbbbbb;
	font-size: 9pt;
	width: 968px;
	margin: 122px auto 0 auto;
}

h2{
	margin: 0;
	font-size: 12pt;
}

a:link{
	color: #FFFFFF;
}

a:visited{
	color: #FFFFFF;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

a:active{
	color: #999999;
}

ul{
	padding-left: 10px;
	margin-top: 5px;
}

.nav{
	font-size: 46px;
}

img .articleImg{
	float: left;
	background-color: #FF0000;
	margin-top: 10px;	
}

.article{
	font-size: 28px;
}

.article img{
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

.articleBlock{
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 30px;
}

.TammamNimaTitle{
	position: absolute;
	top: 10px;
	background-image: url('../images/title.png');
	background-repeat: no-repeat;
	width: 968px;
	height: 100px;
	margin: 0 auto;
}

h1{
	text-align: center;
}

.title{
	font-size: 12pt;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}

.bottomCols{
	float: left;
	padding: 0 15px;
	width: 210px;
	height: 200px;
	text-align: left;
	border-left:  1px dotted #292929;
	border-right: 1px dotted #292929;
}

#pageSplash{
	background-image: url('../images/tammam-nima.png');
	width: 968px;
	height: 342px;
	margin: 0 auto 0 auto;
}

#floatyDiv{
	position: relative;
	top: 250px;
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
	width: 507px;
	text-align: center;
}

#colContainer{
	margin: 25px auto;
	width: 968px;
	height: 200px;
}

#background1{
	position: absolute;
	width: 100%;
	z-index: -1;
	background-color: #222222;
	height: 115px;
	left: 0;
	top: 0;
}

#background2{
	position: absolute;
	width: 100%;
	z-index: -1;
	background-color: #1d1d1d;
	height: 358px;
	left: 0;
	top: 115px;
}

