@import url(editor.php);

/** =COLORS **
#b2b2b2		Gray - background
#002a77		Blue - links, etc
*/


body {
	background: #b2b2b2 url('../../image/background.jpg') repeat-x left top;
	}


/** =LAYOUT **/

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	}


/** =HEADER **/

#header {
	height: 100px;
	}

#logo {
	position: absolute;
	top: 32px;
	left: 0;
	}

#visual {
	position: absolute;
	top: 80px;
	right: 0;
	}
#visual img {
	display: block;
	}


/** =CONTENT - HOMEPAGE **/

#content {
	height: 227px;
	}

#home-intro {
	width: 570px;
	}
#home-intro h1 {
	padding-top: 20px;
	padding-bottom: 14px;
	}
#home-intro p {
	margin-bottom: 1.2em;
	}

#portal {
	height: 353px;
	height: 370px;
	clear: both;
	}
#portal .block {
	width: 184px;
	height: 353px;
	margin: 0 5px;
	background: #ffffff;
	float: left;
	}
#portal .first-block {
	margin-left: 0;
	}
#portal .last-block {
	margin-right: 0;
	}
#portal .block img {
	display: block;
	}
#portal .block a {
	text-decoration: none;
	}
#portal p.link a,
#portal p.text a {
	display: block;
	padding: 15px 10px;
	}
#portal p.text a {
	height: 112px;
	height: 10.8em;
	}
#portal p.link  a {
	height: 28px;
	background: #002a77;
	}
#portal p.link a {
	color: #ffffff;
	}


/** =FOOTER **/

#footer {
	padding: 60px 0px 30px;
	}
#footer p ,
#footer a {
	color: #ffffff;
	text-decoration: none;
	}



/** =CLASSES **/



