/*-----------------------------------------------------------------------------
Mark Kimitch's Christmas List Web Site

version:   1.0 for Web
author:    mark kimitch
email:     mark.kimitch@gmail.com
-----------------------------------------------------------------------------*/

/*General Tags
-----------------------------------------------------------------------------*/
body {
	font-size: 62.5%;
}

* {
	font-family: "Trebuchet MS", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, Sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 700px;
	text-align: center;
}

#branding {
	width: 700px;
	height: 217px;
	background: url(images/branding.jpg) #FFFFFF no-repeat;
}

#contentBackground {
	width: 700px;
	background: url(images/content_background.gif) repeat-y;
	position: relative;
	text-align: center;
}

#left {
	width: 152px;
	float: left;
	margin: 0px;
}

#content {
	width: 386px;
	background: url(images/content.gif) #FFFFFF repeat-x;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	text-align: left;
	float: left;
}

#footer {
	width: 700px;
	background: url(images/footer.gif) #FFFFFF no-repeat;
}

#footer p {
	color: #666666;
	size: 1em;
}

body {
	background: url(images/background.gif) #FFFFFF repeat-x top;
	margin: 0px;
	text-align: center;
}

.clear {
	clear: both;
}

p {
	font: Arial, Helvetica, sans-serif;
	size: 1em;
}

a:link {
	color: #009900;
}
