/* CSS Document */

/* - - - - - - - - - - - - - - -  Body / Overall Page Style - - - - - - - - - - - - - - - - */

body {
	text-align: center;
	
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;

	width: 900px;
	
	margin-top: 5px;
    margin-right: 50px;
    margin-left: 50px;
	margin-bottom: 50px;
	
	background-color: #a5a5e2;
	}

/* - - - - - - - - - - - - - - -  Elements Style - - - - - - - - - - - - - - - - - - - - - */

h2 {
	font-variant: small-caps;
	color: #FFFFFF;
	}

h2.site_label_1 {
	word-spacing: 150px;
	
	position: absolute;
    top: 250px;
	left: 180px;
    z-index: 1;
	}

h2.site_label_2 {
	word-spacing: 88px;
	
	position: absolute;
    top: 400px;
	left: 150px;
    z-index: 1;
	}


/*Link Decoration - - - - - - - - - - - - - - - - */

	a:link {
    color: #663399;
	text-decoration: none;
	}

	a:visited {
    color: #663399;
	text-decoration: none;
	}

	a:hover {
    color: #9933CC;
	text-decoration: none;
	}

	a:active {
    color: #9933CC;
	text-decoration: none;
	}


/* - - - - - - - - - - - - - - -  Banner Div Style - - - - - - - - - - - - - - - - - - - - */

#banner {
	width: 800px;
	
	border: 1px;
	border-style: solid;
	border-color: #673da5;
	border-bottom: none;
	
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 5px;
	
	background-color: #8f74b7;
	}

/* - - - - - - - - - - - - - - -  Social Link Div Style - - - - - - - - - - - - - - - - - */

#social_links {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #673da5;
	
	margin-left: 50px;
	margin-right: 50px;
	
	background-color: #CC99FF;
	
	word-spacing: 5px;
	
	font-variant: small-caps;
	font-weight: bold;
	}

/* - - - - - - - - - - - - - - -  Site Link Div Style - - - - - - - - - - - - - - - - - - */

#site_links {
	width: 780px;
	height: 310px;
	padding: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

div#site_links a {
	border-color: #9966CC;
	border-style: 1px solid;
	}

/* - - - - - - - - - - - - - - -  Footer Div Style - - - - - - - - - - - - - - - - - - - - */

#footer {
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 40px;
	margin-right: 40px;
	
	border: 1px solid #673da5;
	background-color: #8f74b7;
	
	font-size: 12px;
	}

/* - - - - - - - - - - - - - - - Class Styles - - - - - - - - - - - - - - - - - - - - - - */

.social_link_display {
	margin: 5px;
	
	border-color: #9966CC;
	border-style: 1px solid;
	
	}


.site_link_display, .site_link_display a {
	display: block;
	float: left;
	
	padding: 5px 15px;
	margin: 5px 15px;
	}






































