body {
	background: url('images/bg_top.jpg') repeat-x rgb(23, 23, 23);
	background-color: rgb(23, 23, 23);
	margin: 0;  
    padding: 0;
	color: rgb(204, 204, 204);
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 22px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	background: url('images/border.jpg') repeat-x bottom;
	padding-bottom: 5px;
	color: white;
}

#wrapper {
	width: 100%;
	min-width:1000px;
	margin: 0;  
    padding: 0;
	background: url('images/bg_big.png') no-repeat scroll top center;
}

#top {
	width: 1000px;
	height: 100px;
	margin: auto;  
    padding: 0;
	background-color: transparent;
}

#top a, h1 {
	float: left;
	display: block;
	outline: none;
	text-indent: -9999px;
	width: 250px;
	height: 100px;
	margin: 0;  
    padding: 0;
	background-color: transparent;
}

#content.small {
	background: url('images/featured-item.png') no-repeat scroll top center;
	margin: auto;
	width: 900px;
	height: 240px;
	padding: 50px;
}

#content.big {
	background: url('images/xlargebox-trans.png') no-repeat scroll top center;
	margin: auto;
	width: 900px;
	min-height: 450px;
	padding: 50px;
	overflow: auto;
}

#reflection {
	margin: auto;
	background: url('images/reflect-help-trans.png') no-repeat scroll top center;
	width: 1000px;
	height: 50px;
}

#about {
	position: relative;
	width: 400px;
	float: left;
	margin-left: 20px;
}

#contact {
	position: relative;
	width: 400px;
	float: left;
	margin-left: 20px;
	clear: right;
}

#contact fieldset {
	border: 0;
}

#contact fieldset label {
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 5px;
	display: block;
	padding-top: 3px;
}

#contact fieldset input, textarea {
	margin-top: 5px;
	border: 1px solid white;
}


#send {
	cursor: pointer;
	width: 100px;
	border: 1px solid white;
}

#send:hover {
	cursor: pointer;
	width: 100px;
	background-color: white;
}

#send:focus {
	cursor: pointer;
	width: 100px;
	background-color: white;
	border: 1px solid rgb(51, 51, 51);
}

#bottom {
	width: 950px;
	margin: auto;
	margin-top: 10px;
	padding-top: 5px;
    padding-left: 10px;
	padding-right: 10px;
	background: url('images/border.jpg') repeat-x top;
}

#copyright {
	float: left;
}

#social {
	float: right;
	text-align: right;
}

#social img {
	border-width: 0;
}

#error { 
    position: relative;  
	width: 580px;
    padding: 0;
	float: left;
	margin-right: 20px;
}

img.error {  
    list-style: none;  
    position: relative;
	float: right;
    padding: 0;
	margin-right: 20px;
}

/* defaults for all examples */  
.kwicks {  
    list-style: none;  
    position: relative;  
    float: right;  
    padding: 0;
	margin-right: 20px;
}

.kwicks img {  
    border-width: 0;
}
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 100px;
	height: 200px;
	padding-top: 5px;
	margin-right: 5px;
}

#kwick1 { 
	background-color: #53b388;
}
#kwick1.active { 
	background-color: #86e6bb;
}
#kwick2 {
	background-color: #5a69a9;
}
#kwick2.active {
	background-color: #8d9cdc;
}
#kwick3 {
	background-color: #c26468;
}
#kwick3.active {
	background-color: #f5979b;
}
#kwick4 { 
	background-color: #bf7cc7;
	margin-right: none;
}
#kwick4.active { 
	background-color: #efaffa;
}
