/* ---------------------------------------
	CSS Stylesheet for WEB ADDRESS
	All content copyright Nathan Littleton and Future Visions
--------------------------------------- */

/*
	1. Add website address to ^^ above notice
	2. Define base properties for links, body, text (p, body), img
	3. Delete selectors and groups you KNOW you won't use
	4. Follow web project workflow

	5. When dev begins, delete these comments ;)
*/

/* ---------------------------------------
	STRUCTURE
--------------------------------------- */
html{
;
}

body{
font-family: Helvetica, "Trebuchet MS", Tahoma, Serif;
background-color: white;
font-size: 10pt;
color: black;
text-align: center;
}

/* ---------------------------------------
	COMMON
--------------------------------------- */
*{
padding: 0;
margin: 0;
}

p,li{
line-height: 150%
}

img{
border: none;
}
/* ---------------------------------------
	LINKS
--------------------------------------- */
a:link{
color: red;
text-decoration: none;
background-color: white;
}

a:active{
color: red;
text-decoration: none;
background-color: white;
}

a:visited{
text-decoration: none;
color: red;
background-color: white;
}

a:hover{
text-decoration: underline;
color: black;
background-color: white;
}

/* ---------------------------------------
	HEADINGS
--------------------------------------- */
h1{
;
}

h2{
;
}

h3{
;
}

/* ---------------------------------------
	FORMS
--------------------------------------- */
form{
;
}

input{
;
}

select{
;
}

textarea{
;
}

/* ---------------------------------------
	FIXED CONTENT AREA
--------------------------------------- */
#holdbox{
width: ;
margin-left: auto;
margin-right: auto;
}

/* ---------------------------------------
	MENU NAV
--------------------------------------- */
#menu{
;
}

/* ---------------------------------------
	CONTENT
--------------------------------------- */
#content{
;
}

/* ---------------------------------------
	FOOTER
--------------------------------------- */
#footer{
;
}
