
/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* 
{
padding:0;
margin:0;
}

a img
{ 
border:0px
}

.left
{
float:left;
margin-right:15px;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body
{
background: url(images/bg.jpg) left top no-repeat #fff;
color:#5A5252;
font-size:11px;
line-height:18px;
font-family:"verdana" , "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#wrap
{
width:950px;
}

#menu
{
width:180px;
margin: 100px 10px auto auto;
height:100%;
float:left;
color:#ffffff;
padding:0px;	
}

#primary
{
margin: 190px auto auto auto;
}


.gallery
{
text-align:left;
float:right;
width:750px;
}

.text-page
{
text-align:left;
float:right;
width:750px;
}


#menu a
{
font-family:geogia;
font-style: italic;
font-size: 18px;
font-weight:bold;
color:#9c9792;
text-decoration: none;
line-height:17px;
margin-left:20px;
margin-top:10px;
}

#menu a:hover
{
color:#a57575;
}

a
{
color:#000;
}

h1{
	color:#000000;
	font-size:1.2em;
	font-weight:normal;
	margin:1.5em 0;
	line-height: .99em;
	border-bottom:1px dashed #918F8F;
}

h2, h3{
	font-size:1.15em;
	color:#FFF;
	font-weight:normal;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

