body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana,Arial, Geneva, sans-serif;
	text-align:center;
	background:#295AB5;
	background:#030303;
	color:white;
	background-position:middle;
}
img {
	border:0px;
	text-decoration:none;
}
a {
	color:#aaaaff;
}
	a:hover {
		color:#cccccc;
		text-decoration:none;
	}
table {
	border-spacing:0px;	
}
td {
	vertical-align:top;
	border-spacing:0px;
}
#container {
	width:960px;
	margin:0px auto;
}

#head {
	height:300px;
	height:100px;
	position:relative;
}
	#head h1 {
		margin:0px;
		padding:0px;
	}
	#head h4 {
		margin:0px 0px 0px 35px;
		padding:0px;
		font-size:16px;
	}
	#topslide {
		display:none;
		position:absolute;
		z-index:1;
		top:0px;
		left:130px;
	}
	#logo {
		z-index:10;
		position:absolute;
		bottom:0px;
		width:100%;
		left:0px;
		padding:10px;
	}
		logo h1 {
			margin:0px;
			padding:0px;
			line-height:100%;
		}
.middle {
  min-height:520px;
}


#left {
	width:200px;
	padding:5px;
	/*background:url(../template/nav.png) no-repeat;*/
	
}
	div#navBox {
		position:relative;
	}
	div#navBox img {
		margin:0px;
		padding:0px;
		border-bottom-width:0px;
	}
	div#nav {
		background:black url(../template/bg.png);
		padding:10px 5px;
		border:3px solid #2a2a2a;
		border-width:0px 3px 0px 3px;
		margin:0px;
	}
  div#nav a {
	  color:black;
		font-size:18px;
		text-decoration:none;
		line-height:20px;
		letter-spacing:3px;
		display:block;
		margin:10px auto 0px auto;
		width:180px;
		height:20px;
		background:url(../template/navButton.png);
	}
	div#nav a:hover {
	  background:url(../template/navButtonHover.png);
	}
	div.navMore {
		width:162px;
		position:relative;
		min-height:15px;
		margin:0px auto;
		background-position:bottom center;
	}
	  div#navMoreLinks {
			text-align:center;
			padding-bottom:2px;
		}
		div#navMoreLinks a {
			width:160px;
			font-size:14px;
			background:url(../template/navMoreButton.png) no-repeat;
			font-family:arial;
			margin:10px auto;
			line-height:18px;
			height:auto;
			letter-spacing:0px;
		}
		div#navMoreLinks a:hover {
		  background:url(../template/navMoreButtonHover.png) no-repeat;
		}
		#info {
			margin:0px;
			font-size:12px;
			padding:2px 00px 12px 20px;
			text-align:left;
			line-height:160%;
			background:black url(../template/bg.png);
			border:3px solid #2a2a2a;
			border-width:0px 3px 0px 3px;
		}
#center {
	text-align:left;
	padding:5px;
	width:750px;
}
	div#body {
		margin:0px;
		padding:5px 10px;
		color:white;
		background:#FdFdFd url(../template/bg.png);
		border:2px solid #111111;
		border-width:0px 2px;
	}
	div.video {
		margin:20px auto;
		width:355px;
	}
	
#footer {
 	padding:10px 20px 10px 210px;
	text-align:left;
	line-height:120%;
	font-size:13px;
}
  #footer a {
	  color:white;
	}
  #footer p#copyright {
	  font-size:10px;
	}
	div#payments {
	  font-size:12px;
	}
  #footer img {
    float:right;
  	margin:10px;
  }
  
.quote i {
	color:#ddd;
	font-family:Geneva, sans-serif;
}

	/* Rounded Corners */
.round {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
.roundTopRight {
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topright:5px;
}

.roundTopRight {
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topright:5px;
}
.roundBottomRight {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
.roundTopLeft {
  -moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
.roundBottomLeft {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}
