body, html {
	margin:0;
	padding:0;
	height: 100%;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
}

div#content {
	padding:1em 3em 3em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	font-size: 8pt;
	color: #999999;
}
div#footer p {
	padding: 1em;
	margin: 0;
}

table#menu {
	width:100%;
}
table#menu h1 {
	margin: 0px;
	padding: 0px;
}
table#menu #menuspace {
	background-image: url(images/menu/menu_bg.png);
}

body {
	background-color: white;
	background-image: url(images/bg/bg_default.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 10pt;
}

a, a:visited {
	color: #979996;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover {
	color: #2c5aa0;
}

a img {
	border: none;
}

/* Default: #2c5aa0 */
h1, h2, h3, h4, h5 {
	font-family: Advantage, Arial, Helvetica, Sans;
	color: #2c5aa0;
}

/* Graphic Design section: #d40000 */
body.design {
	background-image: url(images/bg/bg_design.png);
}
.design h1, .design h2, .design h3, .design h4, .design h5 {
	color: #d40000;
}
.design a:active, .design a:hover {
	color: #d40000;
}
.design .gallery img {
	border: 2px solid #d40000;
}

/* Art/Illustration section: #ffb400 */
body.art {
	background-image: url(images/bg/bg_art.png);
}
.art h1, .art h2, .art h3, .art h4, .art h5 {
	color: #ffb400;
}
.art a:active, .art a:hover {
	color: #ffb400;
}
.art .gallery img {
	border: 2px solid #ffb400;
}

/* Web Design section: #00ac00 */
body.web {
	background-image: url(images/bg/bg_web.png);
}
.web h1, .web h2, .web h3, .web h4, .web h5 {
	color: #00ac00;
}
.web a:active, .web a:hover {
	color: #00ac00;
}
.web .gallery img {
	border: 2px solid #00ac00;
}
/* Software/E-Commerce section: #3771c8 */
body.software {
	background-image: url(images/bg/bg_software.png);
}
.software h1, .software h2, .software h3, .software h4, .software h5 {
	color: #3771c8;
}
.software a:active, .software a:hover {
	color: #3771c8;
}
.software .gallery img {
	border: 2px solid #3771c8;
}

/* Help/Support section: #8800aa */
body.help {
	background-image: url(images/bg/bg_help.png);
}
.help h1, .help h2, .help h3, .help h4, .help h5 {
	color: #8800aa;
}
.help a:active, .help a:hover {
	color: #8800aa;
}



