/* ----------------------------------------------------------- */
/*  Framework For The Page                                     */  
/* ----------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #4d0073;
	font-family: arial, serif;
}

/* ----------------------------------------------------------- */
/*  Template                                                   */  
/* ----------------------------------------------------------- */
				
#line1 {
	margin: 20px 15% 0 15%;
	width: 70%;
	position: relative;
	top: 0px;
	left: 0px;
	height: 265px;
	background-color: #b6e3d4;
}

#line1left {
	background-image: url(/images/SNAP_Logo_Paw.bmp);
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
	left: 20px;
	height: 245px;
	width: 175px;
	float: left;
}

#line1right {
	margin-left: 175px;
	padding-top: 75px;
	text-align: center;
	font-size: 200%;
}

#nav {
	background-color: #e3d4b6;
	margin: 0px 15%;
    position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.nav1 {
	background-color: #ad78c7;
    vertical-align: middle;
	color: white;
	text-decoration: none;
	padding: 1px 8px;
}

a.nav1:hover {
	background-color: white;
	color: #ad78c7;
}

#content {
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat;
	margin: 0 15% 20px 15%;
	padding: 20px 10px 10px 0px;
}

#column1 {
	background-color: #ad78c7;
	width: 20%;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0%;
	padding: 20px 10px 10px 10px;
	border: solid black 1px;
	color: white;
	font-weight: bold;
}

#column2 {
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat;
	width: 70%;
	float: right;
}

.clear {
	clear: both;
	height: 10px;
}	