@charset "UTF-8";
/* CSS Document for pouick.net */

/*index2.php*/

body {
	background-color: #dc4e4d;
	}
	
A:link {color: #dc4e4d;  text-decoration: none;}
A:visited {color: #dc4e4d}
A:hover {position: relative; left: 1px; top: 1px;}
A:active {color: #C00;}

/*contains everything*/
#maincontainer {
	margin: 15px auto;
	width: 902px;
	text-align: left;
	}

#header {
	width: 902px;
	height: 204px;
	text-align: center;
	background-image: url(images/header2011.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#menusites {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	background-image: url(images/tabbackground2011.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 902px;
	text-align: center;
	}

/* for the menu and main content display*/
#container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: table-row;
	background-image: url(images/tabbackground2011.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 902px;
	text-align: left;
	}


#mainframe {
	float: right;
	margin: 0 0 40px 0;
	padding: 20px 0 0 0;
/*If sidebar has padding, remove as much width here*/
	width: 702px;
	}


H1 {
	font-size:14px;
	color: #dc4e4d;
	margin: 0 0 0 20px;
	}


#menu {
	float: left;
	width: 180px;
	padding: 20px 0 20px 20px;
	}


#footer {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	height: 40px;
	width: auto;
	padding: 5px 20px 10px 20px;
	background-color: #dc4e4d;
	background-image: url(images/footer2011.png);
	background-repeat: no-repeat;
	background-position: top;
	}

















/*index.php*/

.none {
	background-color: #dc4e4d;
	}

.header {
	font-family: Verdana,;
	font-size: 10px;
	background-image: url(images/header2011.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #dc4e4d;
	/*not working*/
	border: 0;
	width: 902px;
	height: 206px;
	vertical-align: middle;
	text-align: center;
		}
	
.menusites {
	text-align: center;
	background-color: #dc4e4d;
	background-image: url(images/tabbackground2011.gif);
	background-repeat: repeat-y;
	/*not working*/
	border: 0;
	width: 900px;
	height: 100px;
	vertical-align: middle;
	}
	
.menu {
	background-color: #dc4e4d;
	background-image: url(images/tabbackground2011.gif);
	background-position: left;
	background-repeat: repeat-y;
	}
	
.menupouick {
	background-color: #dc4e4d;
	background-image: url(images/tabbackground2011.gif);
	background-position: left;
	background-repeat: repeat-y;
	}
	
.mainframe {
	background-color: #dc4e4d;
	background-image: url(images/tabbackground2011.gif);
	background-position: right;
	background-repeat: repeat-y;
	}
	
.footer {
	background-color: #dc4e4d;
	color: #666;
	background-image: url(images/footer2011.png);
	background-repeat: no-repeat;
	background-position: top;
	}