/*yahoo! reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- end reset ----------*/


/*---------------------------
|        main styles         |
----------------------------*/
html{
   height:100%;
}
body {
	background: url(../img/bg.gif) #e7e5d5 top center repeat-x;
	font-family: "arial", helvetica, sans-serif;
	font-size:12px;
}
#wrapper{
	width:660px;
	height:100%;
	margin-top:4px;
	margin:0 auto;
}
#header{
	width:660px;
    display:block;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:40px;
}
#menu{
	margin:0 auto;
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	word-spacing:30px;
	margin-top:5px;
	margin-bottom:2px;
	background:url(../img/menubg.gif) #ffffff top center repeat;
	width:660px;
	height:20px;
	line-height:20px;
	color:#bb8cab;
}
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	}
#menu ul li.page_item{
	display:inline;
}
#content{
    width:660px;
    overflow:auto;
    background-color:#ffffff;
    margin:0 auto;
    padding-top:20px;
}
.content_left{
    margin-left:20px;
    margin-right:10px;
    margin-bottom:20px;
    float:left;
    width:300px;
    height:190px;
	color:#606060;
}
.content_right{
    margin-left:10px;
    margin-right:20px;
    margin-bottom:20px;
    float:right;
    width:300px;
    height:190px;
}
.content_contact{
	margin-left:20px;
    margin-right:10px;
    margin-bottom:20px;
    float:left;
    width:300px;
	color:#606060;
}
.content_home{
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
    float:left;
    width:620px;
	color:#606060;
}
#footer{
	margin:0 auto;
	text-align:center;
	font-size:10px;
	margin-top:2px;
	display:block;
	color:#909090;
	background:url(../img/menubg.gif) #ffffff top center repeat;
	width:660px;
	margin-bottom:10px;
}

/*---------------------------
|        type styles         |
----------------------------*/
h1{
	font-family:"arial", helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#404040;
}

a:link {
	color:#3e1831;
	text-decoration:none;
}

a:visited {
	color:#3e1831;
	text-decoration:none;
}

a:active {
	color:#bb8cab;
	text-decoration:none;
}

a:hover {
	color:#bb8cab;
	text-decoration:none;
}

/*---------------------------
|       image styles         |
----------------------------*/
img.centered {
    display:block;
	margin:0 auto;
}
div.image{
	padding:0;
	margin-bottom:0;
	border:0;
}
div.image img{
	margin-bottom:0;
}
div.image p{
	font-size:0;
	margin-bottom:0;
	line-height:0;	
}

