@charset "UTF-8";
/* CSS Document */

/* 

- - -  CSS STYLES for normlooney.com  - - -
- - -  ©2014 Norm Looney  - - -

*/

* {
	margin: 0;
	padding: 0;
	}

/* FONT STYLE SETTINGS */

body  { 
	font-size: 100%; 
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	}

img, a img {
	border:none;
	}

p { 
	color: #000000;	
	font-size: 105%;
	letter-spacing: 1px;
	line-height: 120%;
	margin: 0 20px 0 20px;
	}

p a {
font-size: 90%;
text-decoration: none;
color: #000000;
}
	
/* PAGE STYLE SETTINGS */	
			
div#page-wrap {
	width: 964px;
	height: auto;
	margin: 0 auto;
	}	

div#page-wrap-home {
	background: url(images/home.jpg) no-repeat top;
	width: 984px;
	height: 646px;
	margin: 0 auto;
}

div#main-content {
	width: 710px;
	height: auto;
	float: left;
}

.window-caption {
	height: auto;
	margin: 8px auto;
}

.window-caption p {
	text-align: center;
}

div#contact-block {
	height: auto;
	width: 400px;
	margin: 240px 0 0 140px;
}

div#contact-block p {
	line-height: 130%;
}

div#contact-block a {
	font-size: 110%;
	line-height: 130%;
}

/* MENU STYLE SETTINGS */

div#right-menu-home {
	float: right;
	width: 262px;
	height: auto;
	padding-top: 320px;
}

div#right-menu-home img {
	margin-left: 56px;
}

div#right-menu {
	float: right;
	width: 246px;
	height: auto;
}