
/* STANDARD TAGS */

html, body {
	margin: 0;
	padding: 0;
        text-align: center;

}


.hidden {
	display: none;
}

body {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 13px;
        text-align: justify;
	color: #e1dbff;
	background: #eeddff;
}

a {
	color: #330033;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

h1 {
	margin: 0;
	padding: 0;
}


#page-container {
	width: 760px;
	margin: auto;
        text-align: justify;
        background: #6355a0; 


}

/* MAIN NAVIGATION */

#main-nav { height: 50px; }
#main-nav dl { margin: 0; padding: 0; }



#main-nav dt { float: left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -50px;
}

#main-nav dt#about,
#main-nav dt#about a { width: 121px; background-image: url(http://www.artemisu.net/aboutnav.jpg); }

#main-nav dt#extras,
#main-nav dt#extras a { width: 135px; background-image: url(http://www.artemisu.net/extrasnav.jpg); }

#main-nav dt#exits,
#main-nav dt#exits a { width: 117px; background-image: url(http://www.artemisu.net/exitsnav.jpg); }

#main-nav dt#home,
#main-nav dt#home a { width: 107px; background-image: url(http://www.artemisu.net/homenav.jpg); }

body.about dt#about,
body.about dt#about a,
body.about dt#about a:hover,
body.extras dt#extras,
body.extras dt#extras a,
body.extras dt#extras a:hover,
body.exits dt#exits,
body.exits dt#exits a,
body.exits dt#exits a:hover,
body.home dt#home,
body.home dt#home a,
body.home dt#home a:hover { 
        background-position: 0 -100px;
}


/* HEADER */

#header {
	height: 200px;
        background: #6355a0
	            url(http://www.artemisu.net/arthead.jpg);
 
}

#sidebar-a {
        float: right;
	width: 279px;
        border-left: 1px solid #efefef;
        background: #6355a0 url('http://www.artemisu.net/bg2.jpg') top no-repeat;
        
}

#sidebar-a .padding {
	padding: 25px;
}

#sidebar-a h2 {
	margin: 0;
	padding: 0;
        padding-bottom: 3px;
        padding-top: 25px;
        padding-right: 25px;
        float: right;

}

#content {
	
        margin-right: 279px;
        background: #6355a0 url('http://www.artemisu.net/bg.jpg') top no-repeat; 

}

#content .padding {
	padding: 25px;
}

#content h2 {
	margin: 0;
	padding: 0;
        padding-bottom: 15px;
        float: right;

}

#content p {
	margin: 0;
	padding: 0;
        padding-bottom: 15px;

}

/* FOOTER */

#footer {
	background: #3c2d81;
        clear: both;
        border-top: 1px solid #efefef;
	padding: 7px 15px;
	line-height: 18px;
        font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
 
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: none;
}

#footer #altnav {
	width: 140px;
	float: right;
	padding-top: 7px;
}

#footer #copyright {
	padding-top: 7px;
}
