body {
	background:#4687D0 url(images/bg.png) repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
}
#container {
	width:750px;
	margin:0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width:750px;
	height:172px;
}
#mainbox {
	background:#FFF;
	width:680px;
	margin:0 auto;
	padding:10px 35px;
}

.presenter_header {
	background:url(images/p_header.gif) no-repeat;
	width:650px;
	height:41px;
	margin:0 auto;
	padding:0 0 0 30px;
}
.presenter_bg {
	background:url(images/p_bg.gif) repeat-y;
	width:630px;
	margin:0 auto;
	padding:10px 25px 10px;
}
.presenter_bg p {
	margin:0;
}
img.pic {
	float:left;
	margin-right:30px;
	border:2px solid #8DD712;
}
.presenter_footer {
	background:url(images/p_footer.gif) no-repeat;
	width:680px;
	height:40px;
	margin:0 auto 20px;
}

#copyright {
	font-size:11px;
	color:#FFF;
	text-align:center;
	margin:5px 0 10px;
}

#footer {
	background:#053E8B;
	color:#FFF;
	font-size:13px;
	text-align:center;
	padding:8px 0;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

h1 {
	font-family:Impact;
	font-size:32px;
	color:#F20000;
	font-weight:normal;
}
h2 {
	font-family:Impact;
	font-size:30px;
	color:#FFF;
	font-weight:normal;
	margin:0;
}
ul {
	margin:0;
}
li {
	margin-bottom:9px;
}

.addCart {
	text-align: center;
	border: 4px dashed #cc0000;
	width: 400px;
	padding: 10px 40px;
	margin: 20px auto;
}

.addCart p {
	margin: 5px 0;
	font-size: 2em;
}