body,
html {
	margin:0;
	padding:0;
	font-family:Georgia,Verdana,Times New Roman,Times;
	background:white;
	color:#000;
}

body {
	min-width:800px;
}

#wrap {
	background:white;
	margin:0 auto;
	width:800px;
}
#header {
	background:white;
	margin-top: 20px;
}

#menu {
	background:white;
	float:left;
	width:170px;
	margin-top: 20px;
	border-width: thin;
	border-style: solid;
	border-color: #e0f3f9;
}

#main {
	background:white;
	padding: 10px;
	float:right;
	width:600px;
}

#footer {
	background:white;
  font-size: 65%;
  clear: both;
}

#text-left {
  text-align: left; width: 50%; float: left;
}

#text-right {
  text-align: right; width: 50%; float: left;
}

a:link {
	color: #961a32;
	text-decoration:none;
}

a:visited {
	color: #961a32;
	text-decoration:none;
}

a:hover {
	color: #961a32;
	font-weight:bold;
}

ul No-Button {
	list-style-type: none;
}

hr.hr50 {
width:50% ;
}
 
#pictureblock {
	clear:both;	
	float:left;
	width:600px;
	margin-top:30px;
}
  
#picture {
	float:left;
	width:410px;
}
  
#textbox {
	float:right;
	width:180px;
}
