@charset "UTF-8";
/* CSS Document */



body {
	font-size:12px;
	background: #ffffff url(images/paper.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1 {
	font-size:20px;
	}
	
.oneColFixCtr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
}

#nav {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	height: 22px;
	width: 640px;
	color:#666;
}

#nav a {
	color:#666;
	text-decoration: none;
}

#nav li a:hover {
	
	background: #666;
	color:#FFF;
	
}

#nav ul {
	height: 20px;
	width: 640px;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float:left;
	height: 20px;
	margin-right: 17px;
	margin-left: 20px;
	margin-top: 2px;
	list-style: none;
}

.pink {
	color: #ff3366;
	font-weight:bold;
}

.blue {
	color: #3399ff;
	font-weight:bold;
}

.oneColFixCtr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
}

.oneColFixCtr2 #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr2 #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
}

.oneColFixCtr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center;
}

.oneColFixCtr #text {
	font-size:13px;
	margin-top:10px;
	text-align:justify
}

.oneColFixCtr #text2 {
	width:300px;
	font-size:13px;
	margin-top:30px;
	text-align:justify;
	float: left;
}

#packshots {
	width: 270px;
	margin-left:340px;
	margin-top:27px;
}

#tcs2 {
	font-size:9px;
	
}

#tcs {
	font-size:10px;

}

#tcs li {
	margin-bottom:7px;
	
	
}

.oneColFixCtr #right {
	
	float:right;
	width:310px;
}

.oneColFixCtr #tcs li {
	margin-bottom:7px;
}

#logo {
	width:304px;
	margin: 0 auto;
	margin-top:15px;
	margin-bottom:15px;
}

