* {
	font-family: Helvetica, Arial, sans;
}

body {
	background-color: black;
	margin-top: 0px;
}

#main {
	margin: auto;
	width: 800px;
	height: 600px;
	background-image: url(/templates/senior_two/images/background.jpg);	
}


.footerLogo {
	width: 800px;
	margin: auto;
	margin-top: 20px;
	text-align: right;
}

.footerLogo a {
  border: none;
}

.footerLogo img {
  border: none;
  }

#sub_main {
	margin: auto;
	width: 800px;
	height: 600px;
	background-image: url(/templates/senior_two/images/sub-background.jpg);	
}


#left_image {
	position: absolute;
	margin-left: 15px;
	margin-top: 50px;
	border: 4px solid #FEFEFE;
}

#right_image {
	position: absolute;
	margin-left: 400px;
	margin-top: 160px;
	border: 4px solid #FEFEFE;
}

#content {
	position: absolute;
	margin-left: 45px;
	margin-top: 90px;
	width: 315px;
	height: 405px;
	overflow: auto;
	color: #0E5377;
	font-size: 12px;
	line-height: 16px;
}

#home_text {
	position: absolute;
	margin-left: 405px;
	margin-top: 80px;
}

#home_text .name {
	color: #C2EBFF;
	font-size: 40px;
}

#home_text .school {
	font-size: 12px;
	color: #DDF56D;
}

#navigation {
	position: relative;
	left: 670px;
	top: 470px;
	width: 100px;
}

#navigation ul {
	padding-left: 0px;
}

#navigation ul li {
	list-style-type: none;
}

#navigation ul li a {
	color: #0E5377;
	font-size: 10px;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}


.entry {
	font-size: 12px;
	margin-bottom: 20px;
}

.entry h2 {
	border-bottom: 1px solid #e0e0e0;
}

.entry span {

}


.share {
    width: 800px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
} 

