/*  
© 2007
Lia Napolitano
Anna Covatta
*/

body {
	background-color:#fcf9f4;
	background-image:url(graphics/10original.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:left top;
	color:#582e1d;
	font-size:13px;
	font-family: georgia, helvetica, arial, serif;
	margin:0px;
	line-height:17px;
	height:100%;
	padding:0px;
}

body a {
	color:#000;
}

body a:hover {
	color:#8e4344;
}

/* Positioning Elements */
#container {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:971px;
	min-height:100%;
	height:100%;
	background-image:url(graphics/mainbg_mid.jpg);
	background-repeat:repeat-y;
	margin-bottom:0px;
	position:relative;
	clear:both;
	padding-bottom:200px;
	overflow:hidden;
}

#top_bg{
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:971px;
	background-image:url(graphics/mainbg_top.jpg);
	background-repeat:no-repeat;
	height:100%;
	margin-bottom:0px;
	/*margin-top:-13px;*/
}

#header {
	background-image:url(graphics/header.jpg);
	width:971px;
	height:112px;
}

#nav {
	height:25px;
	width:971px;
	border:none;
	border-width:0px;
}

#break {
	background-image:url(graphics/pattern.jpg);
	width:971px;
	height:21px;
}

/* Graphic Bits */

/* Aesthetic Elements - Classes */

/* Aesthetic Elements - Global Variations */
img a {
	border:none;
	border-width:0px;
	padding:0px;
}

img {
	border:none;
	border-width:0px;
	padding:0px;
}

p {
	padding-left:25px;
	padding-right:25px;
}

h1 {
	font-style:italic;
	font-weight:normal;
	padding-left:25px;
	color:#000;
}

h2 {
	font-style:normal;
	font-weight:normal;
	padding-left:25px;
	color:#000;
}

ul,li {
	padding-left:25px;
}

form 
{
  padding-left:25px;
}
