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

/* General Style Info */
body {
	background-image:url(http://work.to-wonder.com/school/portfolio/img/wood.jpg);
	background-attachment:fixed;
	color: #fff;
	font-family:helvetica;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #F51361;
	font-family:helvetica, arial, sans-serif;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #F51361;
	font-family:helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}

ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
}

#header{
	padding:0px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#contentcontainer{
/*	background-image:url(http://work.to-wonder.com/school/portfolio/img/background.png);*/
	clear: both;
	width:1100px;
}

#content{
	width:1100px;
/*	margin-left:35px;*/
}

.item{
	float:left;
	width:200px;
	background-image:url(http://work.to-wonder.com/school/portfolio/img/itembg.png);
	height:200px;
	margin-bottom:-10px;
}

.item img{
	margin-left:40px;
	margin-top:40px;
}

.itemgroot{
	float:left;
	width:600px;
	height:700px;
	background-image:url(http://work.to-wonder.com/school/portfolio/img/itembg_big.png);
}

.itemgroot img{
	margin-left:40px;
	margin-top:40px;
}

.images{
	float:left;
 	width:400px;
}

.centerer{
	width:480px;
	position:absolute;
	left:50%;
	margin-left:-240px;
}

.video{
	float:left;
	width:440px;
	height:340px;
	background-image:url(http://work.to-wonder.com/school/portfolio/img/videobg.png);
	padding-top:40px;
	padding-left:40px;
}

.video object{
	top:40px;
}

.videos{
 	width:400px;
	margin-left:40px;
}


#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

