@charset "iso-8859-1";
/* CSS - sitework.se */

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.png);
	font-family: "Segoe UI", "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #ffffff;		
}

#wrapper {
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/bg.jpg);	
}

#header {
	float: left;
	width: 600px;
	height: 56px;
	margin: 0;
	padding: 50px 0 0 0;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 0;
	padding: 65px 0 0 0;
}

#content {
	float: left;
	width: 577px;
	margin: 0;
	padding: 0 20px 0 3px;
	font-family: "Segoe UI", "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#content a:link {
	color: #ffffff;
	text-decoration: underline;
}

#content a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#content a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.ingress {
	font-family: "Segoe UI", "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;	
}

#newsletter {
	background-image: url(../img/newsletter-bg.png);
	font-family: "Segoe UI", "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;	
}

#id_first_name, #id_last_name, #id_email {
	width: 195px;
	font-family: "Segoe UI", "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	border: solid 1px #bbbbbb;
	background-color: #eeeeee;
}

#subscribe {
	background-image: url(../img/subscribe.png);
	width: 120px;
	height: 25px;
	font-family: "Segoe UI", "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 3px 0;
	margin: 0;
	border: 0px;
	cursor: hand;
	cursor: pointer; 
}

#footer {
	width: 897px;
	margin: 0;
	padding: 70px 0 50px 3px;
	font-family: "Segoe UI", "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #6699cc;
	text-align: center;	
}

#footer a:link {
	color: #6699cc;
	text-decoration: none;
}

#footer a:visited {
	color: #6699cc;
	text-decoration: none;
}

#footer a:hover {
	color: #6699cc;
	text-decoration: underline;
}
