body {
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.selected {
	color: #FF0000;
}


#Container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
	
#Header {
	margin-top:54px;
	margin-bottom:20px;
	margin-left:25px
	}
	
#footer {
	color:#858585;
	font-size: 7pt;
	font-weight: normal;
	margin-left: 280px;
	padding-bottom: 20px;
	}




h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 28px;
}
p {
	font-size: 10pt;
	color: #999999;
}
li {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	line-height: 30px;
	list-style-type: none;
	list-style-image: none;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.leftLink {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	margin-left: 0px;
}

.leftLink:hover {
	color: #B51616;
}



.subMenu {
	color: #999999;
	font-size: 12px;
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}
.blogTitle, .blogTitle a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 10pt;
    margin-left: 0px;
}
.blogDate {
	font-size: 9px;
	color: #999999;
	margin-top: 10px;
}
.blogTxt, .blogTxt a, .blogTxt p {
	color: #999999;
	text-decoration: none;
	font-size: 10pt;
    margin-left: 0px;    
}


a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #9A9A9A;
	text-decoration: none;
	margin-left: 10px;
}

#filter
        {
            display: none;
            position: fixed;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            z-index: 10;
            background-color: #000;
            -moz-opacity: 0.8;
            opacity: .80;
            filter: alpha(opacity=80);
        }
#box
        {
            display: none;
            position: absolute;
            top: 10%;
            left: 20%;
            width: 398px;
            height: 398px;
            padding: 20px;
            margin: 0;
            z-index: 101;
            overflow: none;
        }
		
.contactBox {
	font-size:12px;
	color: #484848;
	margin-left: 30px;
			}
.titleTwitter, .titleTwitter a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
	margin-left: 0px;
	width: 142px;
}
.pTwitter, .pTwitter a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-left: 0px;
}


.mailBox {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
