@charset "UTF-8";

/* ----------- basic styling ------------ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: verdana, Arial, sans-serif;
	font-size: 85%;
	
	}
.pink {
	font-weight: bold;
	color: #FF66CC;
}
	
#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	text-align: left;
	}
	
#clear {
	clear: both;
	}


#container {
   position: relative;
    width: 820px; height: 570px;        /* place it where you want     */
}

#translucentbkg {
	width: 820px;
	height: 540px;     /* to match DIVs size          */
	background-color: #000000;       /* the background              */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

#content {
	width: 750px;
	height: 570px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	top: 50px;
	left: 33px;
}
#title {
	width: 200px;
	height: 20px;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #38CB84;
}
#topnav {
	width: 550px;
	height: 20px;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #CCC;
}
#footer {
	width: 630px;
	height: 20px;
	background-color: transparent;
	position: relative;
	float:left;
	z-index: 2;
	top: 0px;
	left: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
	line-height: 20px;
	vertical-align: middle;
}
#music {
	width: 120px;
	height: 20px;
	background-color: transparent;
	position: relative;
	float:left;
	z-index: 2;
	top: 0px;
	right: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #CCC;
	line-height: 20px;
	vertical-align: middle;
}
#design {
	width: 160px;
	height: 20px;
	background-color: transparent;
	position: relative;
	float:right;
	z-index: 2;
	right: 34px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #CCC;
	line-height: 20px;
	vertical-align: middle;
}

a.blue, a.blue:link, a.blue:visited   {
	color: #00FFF3;
	text-decoration: none;
}
a.blue:hover {
	color: #38CB84;
	text-decoration: none;
}
#window {
	background-image: url(images/frame_black.gif);
	background-repeat: no-repeat;
	height: 416px;
	width: 753px;
	margin-top: 10px;
}
#window #abouttext {
	font-size: 12px;
	color: #CCC;
	padding: 45px 50px 50px;
	height: 316px;
	width: 653px;
	text-align: center;
	line-height: 20px;
}
#about {
	background-image: url(images/frame_about.gif);
	background-repeat: no-repeat;
	height: 416px;
	width: 753px;
	margin-top: 10px;
}
#about #abouttext {
	font-size: 12px;
	color: #CCC;
	padding: 45px 50px 50px;
	height: 316px;
	width: 653px;
	text-align: center;
	line-height: 20px;
}
#employment {
	background-image: url(images/frame_employment.gif);
	background-repeat: no-repeat;
	height: 416px;
	width: 753px;
	margin-top: 10px;
}
#employment #employmenttext {
	font-size: 12px;
	color: #CCC;
	height: 316px;
	width: 653px;
	text-align: center;
	line-height: 20px;
	padding-top: 113px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.large_type {
	font-size: 16px;
	color: #CCCCCC;
	line-height: 22px;
}
#windowmenu {
	background-image: url(images/frame_menu.gif);
	background-repeat: no-repeat;
	height: 416px;
	width: 753px;
	margin-top: 10px;
}
#windowmenu #menutext {
	font-size: 12px;
	height: 316px;
	width: 653px;
	text-align: center;
	line-height: 22px;
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 45px;
	padding-left: 330px;
}
#media {
	background-image: url(images/frame_media2.gif);
	background-repeat: no-repeat;
	height: 416px;
	width: 753px;
	margin-top: 10px;
}
#media #mediatext {
	font-size: 12px;
	height: 316px;
	width: 653px;
	text-align: center;
	line-height: 22px;
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 45px;
	padding-left: 330px;
	color: #CCCCCC;
}
#windowHome {
	background-image: url(images/gitane.gif);
	background-repeat: no-repeat;
	height: 416px;
	width: 753px;
	margin-top: 10px;
}
a.grey, a.grey.link, a.grey:visited {
	color: #3F676E;
	text-decoration: none;
}
a.grey:hover {
	color: #999999;
	text-decoration: none;
}

