/***************************************************
*******************Main CSS File********************
***************************************************/

/* Written by Ryan Granahan */


/*****************************
*************Tags*************
*****************************/
body, html {
	margin:0;
	overflow:hidden;
	min-width:780px;
	background-color:#5395cb;
}
#mainCont {
	max-width:1000px;
	min-width:780px;
	margin:0 auto;
	height:100%;
	border-left:2px solid #cccccc;
	border-right:2px solid #cccccc;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
}
/*****************************
*********Header/Footer********
*****************************/

#header {
	position:relative;
	width:100%;
	height:100px;
	border-bottom: 2px solid #CCCCCC;
	background: url(../images/bannerpattern.jpg) #b9defc repeat-x;
	text-align:center;
	padding-top:1px;
}
#header #headerLeft {
	background: url(../images/leftbanner.jpg) no-repeat;
	height:99px;
	width:13px;
	float:left;
}
#header #banner {
	background:url(../images/pokedox.jpg) no-repeat center;
	width:387px;
	height:99px;
	margin:0 auto;
	padding-left:10px;
}
/****************************
********Main Content*********
****************************/

div, a {
	outline:none;
}

#contentCont {
	right:0px;
	left:0;
	position:relative;
	height:100%;
	overflow:auto;
	overflow-x:hidden;
	background:#DEF0FE;
}
#content {
	margin-top:58px;
	padding: 0 8px 0 8px;
	font-family:"Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	max-width:800px;
}
#newsUpdate {
	width:300px;
	height:250px;
	float:right;
	padding: 8px;
	margin: 50px 25px 0 15px;
	border:2px solid #cccccc;
	background: #b9defc;
	position:relative;
}
#updtl {
	background: url(../images/updtl.jpg) no-repeat;
	height:11px;
	width:14px;
	position:absolute;
	top:-2px;
	left:-2px;
}
#updbl {
	background: url(../images/updbl.jpg) top left no-repeat;
	position:absolute;
	bottom:-2px;
	margin-left:-10px;
	height:12px;
	width:11px;
}
#updtr {
	background: url(../images/updtr.jpg) top right no-repeat;
	position:absolute;
	right:-2px;
	margin-top:-10px;
	height:12px;
	width:11px;
}
#updbr {
	background: url(../images/updbr.jpg) bottom right no-repeat;
	position:absolute;
	right:-2px;
	bottom:-2px;
	height:11px;
	width:12px;
}
hr {
	width:auto;
	margin-top:5px;
}
.avatar {
	float:left;
	margin: 0 5px 5px 0;
	border:1px solid #000;
}
#contentCont h4, #contentCont h3 {
	margin:0;
	padding:0;
}
#contentCont p {
	margin-top:0;
}
#contentCont hr {
	color: #cccccc;
	background-color: #cccccc;
	height:1px;
}
#footer {
	align:center;
	width:100%;
	text-align:center;
	background-color:#FFFFB0;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a:hover {
	color:#9B0000;
}
p {
	font-size:10px;
}
/*****************************
*******Upper navigation*******
*****************************/

#navCont {
	position:absolute;
	right:0;
	left:0;
	height:36px;
	background: #f9f0af url(../images/navback.jpg) repeat-x;
}




/* Side nav bar, might be used later.....
#navCont {
	width:200px;
	position:absolute;
	height:100%;
	float:left;
}
#nav {
	margin-top:152px;
	border-right: 2px solid #CCCCCC;
	height:100%;
	position:absolute;
	width:100%;
}
*/
