/***********************************************************************
Description:	The stylesheet of the PC ProSchool Slideshow website
Project:	
HTML:		Carrie Liu
Graphics:	Matt Cabral
Created:	2009.03.24
Updated:	2009.03.24
***********************************************************************/


/* -------------------------------------
BEGIN: General Tag Methods
------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-color: #dedede;
}

/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Structure Tags
------------------------------------- */

#wrapper {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	background-color: #dedede;
	height:669px;
	background-image:url('/slideshow/images/bg.jpg');
	background-repeat:no-repeat;
}

#header {
}

#header #menu li, 
#footer ul li {
	display: inline;
}

#content {
	width:875px;
	height:600px;
	margin:0px 0px 0px 16px;
}
#logo {
	width:875px;
	height:57px;
	margin-top:-582px;

}
#slideimage {
	width:875px;
	height:551px;
}
p.page_index {
	padding:8px 0px 0px 15px;
}
p.page_index a {
	color:#b2b2b2;
	text-decoration:none;
	font-weight:bold;
	font-size:1.5em;
	padding-right:10px;
	padding-left:10px;
	outline:none;
}
p.page_index a:hover, p.page_index a.current_page{
 	color:#92b541;
}

#footer {
	clear: both;
	width: 100%;
}
#copyright {
	float:left;
	margin-left:25px;
	margin-top:4px;
	color:#b2b2b2;
}
#poweredby {
	float:right;
	margin-right:25px;
	margin-top:4px;
	color:#b2b2b2;
}
#footer a {
	color:#b2b2b2;
	text-decoration:none;
	outline:none;
}
#footer a:hover {
 	color:#92b541;
}

/* -------------------------------------
END: Main Structure Tags
------------------------------------- */

