/* normalizes the margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding : 0; }

/* normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{font-size : 100%; }

/* removes list-style from lists */
ol, ul
{list-style : none; }

/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal; font-weight : normal; }

/* removes spacing from tables */
table
{border-collapse : collapse; border-spacing : 0; }

/* removes border from fieldset and img */
fieldset, img
{border : 0; }

/* left-aligns text in cation and th */
caption, th
{text-align:left; }

/* removes quotation marks from q */
q:before, q:after
{content:''; }
 
html {
	background-color:#273D56;
	}
	
body {
	
	color:#A7D3E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	}
	
h2 {
	font-size:1.2em;
	padding:150px 0 0 50px;
	width:700px;
	}		

	
h3 {
	font-size:2em;
	padding:200px 0 0 100px;
	width:700px;
	}	

#wrapper {
	margin:0 auto;
	}	

#header {
	font-size:1.2em;
	background-image:url(../lay_img/images/tower_01.jpg);
	background-repeat:no-repeat;
	height:150px;
	list-style:none;
	width:1068px;
	}
	
#header ul {
	color:#A7D3E6;
	float:left;
	padding:10px;
	}
	
#header li {
	display:inline;
	text-decoration:none;
	}
	
#header li a {
	color:#A7D3E6;
	} 
	
#header h1 a {
	color:#478FAB;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	padding:65px 110px 0 0;
	text-decoration:none;
	}		
#content {
	clear:both;
	background-image:url(../lay_img/images/tower_02.jpg);
	background-repeat:no-repeat;
	width:1068px;
	}
#nav {
	font-size:1.5em;
	padding:270px 0 0 75px;
	list-style:none;
	}
#nav li {
	display:inline;
	}

#nav2 {
	float:right;
	padding:30px 20px 0 0;
	font-size:1.2em;
	text-decoration:none;
	}
	
#nav2 li {
	font-size:1.2em;
	display:inline;
	}
	
#footer {
	background-image:url(../lay_img/images/tower_03.jpg);
	background-repeat:no-repeat;
	height:183px;
	width:1068px;
	}
	
#off {
	text-indent:-999px;
	}
	
#resume {
	font-size:1.2em;
	font-style:italic;
	}
	
/*-------------------all-links--------------------*/
	
a:link {
	color:#A7D3E6;
	text-decoration:none;
	font-size:1.5em;
	} 
	
a:active {
	text-decoration:line-through;
	}
	
a:visited {
	color:#7CB2CA;
	}
	
a:hover {
	color:#478FAB;
	font-size:1.7em;
	}
	
/*----------------end-links----------------------*/


