@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dbdbdb;
	background-image: url("http://www.meganbird.ca/portfolio/images/stripe.png");
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Verdana", "Arial";
	font-size: 11px;
	color: #999;
	cursor: crosshair;
}

#wrapper {
margin-left: auto;
margin-right: auto;
width: 750px;
background-color: #e5e5e5;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-bottom: 1px solid #bebebe;
}

#wrapper #title {
background-image: url("../../../../../Desktop/header.png");
width:  665px;
height: 214px;
margin-bottom: 0px;
position: relative;
}

#contentbox {
width: 670px;
background-color: #FFF;
border: thin solid #CCC;
margin-right: auto;
margin-left: auto;
left: 10px;
right: 10px;
padding: 20px;
}

#twitterbox {
	width: 670px;
	background-color: #FFF;
	border: thin solid #CCC;
	margin-right: auto;
	margin-left: auto;
	left: 10px;
	right: 10px;
	padding: 20px;
	font-family: "Lucida Sans Unicode", "Verdana", "Arial";
	font-size: 10px;
}

p	
{
color: #999;
background-color: transparent;
font-family: "Lucida Sans Unicode", "Verdana", "Arial";
font-size: 0.7em;
}

a img 
{
border: none;
}

a:link {
color: #999;
text-decoration: underline;
cursor: crosshair;
}
a:visited {
color: #999;
text-decoration: none;
cursor: crosshair;
}
a:hover {
color: #999;
text-decoration: none;
cursor: crosshair;
}
a:active {
color: #999;
text-decoration: none;
cursor: crosshair;
}

#page-wrap {
	width: 500px;
	background: #000000;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: center;
}

#widecolumn div.photography span.roll{width:130px;height:130px;overflow:hidden;white-space:nowrap;display:block;cursor:crosshair;}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: "Lucida Sans Unicode", "Verdana", "Arial";
	font-size: 0.7em;
	margin: 0px 0px 10px 0px;
	border: 0px;
}

#contact-area textarea {
	height: 100px;
}

#contact-area input.submit-button {
	width: 90px;
	float: right;
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Verdana", "Arial";
	font-size: 0.7em;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-family: "Lucida Sans Unicode", "Verdana", "Arial";
	font-size: 0.7em;
}

#tip7-title { text-align: left; }

#tip7-title b { display: block; margin-right: 80px; }

#tip7-title span { float: right; }


-->