body {
	margin:0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
ul, li, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
img {
	border:0;
}

a, a:visited {
	color:#808080;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

p {
	margin:0 0 15px;
}

/**
 * The container and main basis skeleton layout of the site 
 **/
.container {
	width:980px;
	margin:0 auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.header {
	overflow:hidden;
	height:225px;
	margin-top:20px;
}
.header .logo {
	float:right;
}

.content {
}

.footer {
	overflow:hidden;
	font-size:11px;
	border-top:1px solid #000;
	padding:10px 20px 0;
	margin:50px 0 30px;
}
.footer .menu {
	overflow:hidden;
	float:left;
	list-style:none;
}
.footer .copyright {
	float:right;
	color:#a6a6a6;
}

/**
 * Specific pages and their set ups
 **/

.pageIndex {
	overflow:hidden;
	padding:60px 0 100px;
}
.pageIndex p {
	text-align:center;
	line-height:18px;
	margin-top:20px;
}
.pageIndex p a,
.pageIndex p a:visited,
.pageIndex p a:hover {
	text-decoration:none;
}
.pageIndex .left {
	margin-left:100px;
	float:left;
	width:360px;
	text-align:center;
	border:1px solid #000;
	height:290px;
	padding-top:50px;
}
.pageIndex .right {
	margin-right:100px;
	float:right;
	width:360px;
	text-align:center;
	border:1px solid #000;
	height:290px;
	padding-top:50px;
}
.pageIndex .bottom {
	clear:both;
	text-align:center;
	padding:40px 0 20px;
	font-size:26px;
	letter-spacing:1px;
	font-style:italic;
}
