/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 90%;
	font-family: "Verdana", "Arial", sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 260%;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: normal;
	color: #970F00;
  text-align: center;
}

div, span, img, form, h1, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

h2 {
  font-size: 160%;
  color: #404040;
  margin-top: 5px;
  margin-bottom: 20px;
}

h3 {
  font-size: 120%;
  color: #404040;
  margin-bottom: 5px;
  text-align: left;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background: #000000 url(/images/background_texture.jpg) repeat-y center top;
  margin: 30px auto 40px auto;
  padding: 0;
  width: 520px;
}

div#logo {
  background: url(/images/creative_individual_logo.png);
  width: 520px;
  height: 90px;
  margin-bottom: 20px;
}

div#content {
  background: url(/images/content.png) repeat-y;
  width: 440px;
  padding: 30px 43px 30px 37px;
}

div#content_top {
  background: url(/images/content_top.png);
  width: 520px;
  height: 200px;
  position: relative;
  top: -40px;
  left: -37px;
}

div#content h1 {
  margin-top: -210px;
  position: relative;
}

div#content h2,
div#content p {
  position: relative;
}

div#content p,
div#content ul li {
  line-height: 1.4;
}

div#content ul {
  margin: 30px 30px 15px 30px;
}

div#content ul li {
  padding-bottom: 15px;
}

form {
  margin-top: 30px;
}

input[type=text] {
  width: 280px;
  height: 30px;
  border: 1px solid #cccccc;
}

input[type=text]:focus {
  background-color: #FFE2DF;
}

input[type=image] {
  float: right;
  margin-top: 0px;
}

div.clear {
  clear: both;
}

div.highlight,
div.thanks {
  color: #ffffff;
  width: 440px;
  background-color: #970F00;
}

div.thanks {
  background-color: #208443;
}

div.highlight p,
div.thanks p {
  padding: 3px 5px;
}

div#content_bottom {
  background: url(/images/content_bottom.png);
  width: 520px;
  height: 30px;
  margin-top: -15px;
}

div#social_networking {
  width: 502px;
  margin: 10px 0 0 7px;
  background-color: #1F1F1F;
}

div#social_networking p {
  padding: 0px 10px;
  color: #ffffff;
}

div.left {
  width: 230px;
  float: left;
  padding-top: 3px;
}

div.right {
  width: 230px;
  float: right;
  text-align: right;
}