/*
	CSS for kuranes.co.uk
	(C) 2003 Billy of Kuranes Webdesign
	http://www.kuranes.co.uk
*/

body {
	background-color: white;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 14pt;
	background-image: url(kuranes2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#linkbox {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 200px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 1px;
}
#linkbox h1 {
	font-weight: bold;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	text-transform: lowercase;
	font-size: 18px;
	background-color: #CCAAEE;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#linkbox a {
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: lowercase;
}

#linkbox a:hover {
	background-color: #CCCCFF;
	color: #444466;
}

#textbox {
	position: absolute;
	left: 220px;
	top: 20px;
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 1px;
}

#textbox h1 {
	font-weight: bold;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	text-transform: lowercase;
	font-size: 18px;
	background-color: #CCAAEE;
	border: 1px solid black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:20px;
	margin-left: 20px;
	text-align: center;
}

#textbox p {
	padding: 5px;
	margin-left: 20px;
	margin-right: 40px;
	border-left: 1px dashed #AAAAAA;
}

#textbox a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

#textbox a:hover {
	background-color: #CCCCFF;
	color: #444466;
}

.copyright {
	font-family: fixed;
	font-size: 10px;
	color: #AAAAAA;
	text-align: right;
}

#boxout {
	float: right;
	width: 300px;
	border: 4px dashed #FF77AA;
	margin-right: 20px;
}
#boxout p {
	padding 5px;
	border: none;
	margin-right: 0px;
}

