

/* -------------------------------------------
Filename: Final Project
Title: VW Site
Author: Jabari Augustin
URL: http://www.andrews.edu/~jabari/dgme250
/*
/* ----------- Previous website */

/* ----------- RESET DEFAULT SETTINGS */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,ol,ul,li,blockquote,th,td { margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }

/* -------------------------------------------
					LAYOUT
---------------------------------------------*/
body {
background-color: #717375; /* Gray Background*/

}
#container {
width: 840px;
background-image: url(../image/container-bg.jpg);
background-repeat: repeat-y; 
margin: 0 auto;

}
#header {
height: 189px;
background-image: url(../image/header-bg.jpg);
background-repeat: no-repeat;
}
#content {
margin-left: 35px;
padding: 4px;
}

#footer { 
height: 70px;
background-image: url(../image/footer-bg.jpg);
background-repeat: no-repeat;
clear: both; 
}

.columnLeft, .columnRight {
width: 364px;
}
.columnLeft {
border: 0px solid #444;
margin-right: 10px;
}
.columnRight {
padding: 0 0 0 4px;
border: 0px solid #aaa;
}

.alignLeft {
float: left;
}

.alignRight {
float: right;
}
/* -------------------------------------------
				TYPOGRAPHY
---------------------------------------------*/
body {
	font-size: small;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
}

#header h1 {
	text-indent: -5000px;
	
}
#header h1 a {
display: block;
height: 190px;
width: 236px;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
border: 0px solid red;
position: relative;
top: 20px; /* moving the logo from the top of the browser window */
left: 310px; /* moving the logo from the left */
}
h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 160%;
	border-bottom: 1px solid #bbb;
}
p {
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.35em;
}

#footer p {
text-align: center;
}
ul li {
	margin-left: 20px;
	list-style-type: square;
	padding: 4px 0;
	border-bottom: 0px dotted #ccc;
}

.title { color: #aaa;}
/* -------------------------------------------
				LINK STYLES
---------------------------------------------*/
a:link {
	
}
a:visited {
	
}
a:hover {
	
}
a:active {
	
}

/* -------------------------------------------
		   EXTRA CSS SECTION HEAD
---------------------------------------------*/
