/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
									                     	/*GENERAL*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


body, html, img, p, a, li, ul, h1, h2, h3, h4, h5, h6, div, table, td, tr{
	padding:0;
	margin:0;
	border:0;
}

body, html{
	background-color:#151515;
	width:100%;
	height:100%;
	}
	
.italic{
	font-style:italic;
}	

.bold{
	font-weight:bold;
}

.underline{
	text-decoration:underline;
}


p, li, h3 {
	font-size:13px;
	color:#000;
}

li{
	padding-bottom:10px;
}

p{
	padding-bottom:20px;
	}

a{
	color:#000;
}

h1{
	font-size:20px;
	padding-bottom:20px;
}

h2{
	font-size:16px;
	padding-bottom:10px;
}

h3{
	padding-bottom:5px;
	font-style:italic;
}

ul{
	list-style-type:none;
	padding-left:15px;
	margin:0px;
}

ul li{
	/*background-image:url('images/bullet.gif');	background-repeat:no-repeat;
	background-position:0px 0px; padding-left:20px; */
	list-style-type: disc;
}

a:hover{
	color:#747b7d;}
	
p, li, a, h1, h2, h3, h4, h5, h6, table{
	font-family: Arial, Helvetica, Sans-Serif;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
									                     	/*CONTAINER*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#container { 
	width: 100%; 
	height: 100%; 
	display: table; 
	}
	
#center { 
	display: table-cell; 
	vertical-align: middle;
}

.mainContainer {
	z-index:0;
	position:relative;
	width:930px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background: url('images/gradientBg.gif') repeat-y;
}


.shadowBg{
	position:absolute;
	top:-30px;
	left:-35px;
	background: url('images/shadowBg.png') no-repeat;
	z-index:-1;
	width:1000px;
	height:740px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
									                     	/*CONTENT*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#mainImage{
	position:relative;
	margin-top:10px;
	margin-bottom:8px;
	padding:5px;
	border:1px solid #323232;
}

#emailImage{
	position:absolute;
	margin-top:30px;
	margin-right:5px;
	right:0px;
}

#addressImage{
	position:absolute;
	margin-top:93px;
	margin-right:155px;
	right:0px;
}