@charset "utf-8";


/* CSS Reset */

* {
	margin:0px;
	padding:0px;
}

/* Copy Attributes */

body {
	background-color:#f7f5f2;
	color:#3a3a2e;
	font: 11px Andale Mono, "Courier New", Courier, monospace;
}

/* Text Formatting */

ul {
	list-style:none;
}

a:link, a:visited {
	text-decoration:none;
	color:#3a3a2e;
}

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

strong{
	font-weight:900;
}

h1{
	font-size:300%;
	color:#61306f;
	font-weight:900;
}

h2 {
	margin-top:10px;
	font-weight:normal;
	font-size:130%;
}

h3{
	font: 11px Andale Mono, "Courier New", Courier, monospace;
}

/* Structure */

#MainWrap{
	margin-left:12px;
}

#head {
	margin-top:29px;
	margin-bottom:19px;
	background: url(../images/DalatLogo.png) no-repeat left top;
	height:30px;
}

#sidebar{
	width:150px;
	float:left;
	margin-top:4px;
}

#sidebar ul {
	margin-bottom:10px;
}

#content{
	width:769px;
	float:left;
}

.copy{
	width:465px;
}

#home {
	background: url(../images/home.jpg) no-repeat left top;
	width:769px;
	height:505px;
	margin-left:9px;
	margin-top:14px;
}


#collection {
	background: url(../images/collection.jpg) no-repeat left top;
	width:769px;
	height:500px;
	padding-left:15px;
	padding-top:15px;
}

.lifloat li a{
	float:left;
	font-size:160%;
	font-weight:800;
	color:#886293;
	margin-right:15px;
}

#define li {
	margin-left:10px;
}

.gallery p{
	margin-top:20px;
	margin-bottom:5px;
	font-weight:bold;
}

.gallery img{
	vertical-align:top;
	margin-bottom:5px;
	margin-left:5px;
}

#footer{
	clear:both;
	width:769px;
	padding-top:17px;
	margin-bottom:35px;
	margin-left:115px;
	font-size: 9px;
	text-align:center;
	
}