@charset "utf-8";

/* --- gui --- */

body {
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:19px;
}

img {
	border:none;
}

a {
	color:#642d8c;
}

#wrapper {
	width:800px;
	margin:auto;
	border:10px solid #642d8c;
	background:url(../images/background_left-column.gif) top left repeat-y;
}

#nav {
	width:800px;
	background:#87230f;
}

#leftColumn {
	float:left;
	width:332px;
}

#rightColumn {
	float:left;
	width:360px;
	padding:48px 60px 48px 48px;
	background:url(../images/background_right-column.gif) top left repeat-x;
}

#leftFooter {
	float:left;
	width:332px;
}

#rightFooter {
	float:left;
	width:365px;
	padding:4px 0 0 103px;
}

.clear {
	clear:both;
}

/* --- content --- */

.innImg {
	float:left;
	margin-top:36px;
	margin-left: 48px;
}

.packImg {
	float:inherit;
	margin-top:40px;
}

.homeHeader {
	margin-bottom:-7px;
}

/* --- nav --- */

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	float:left;
}

#nav li a {
	display:block;
	padding:12px 20px 11px 20px;
}

#nav li a:hover {
	background:#642d8c;
}
#menu {
	text-align: center;
}
