/*
Original design: andreas05 (v2.5 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas05/
*/

/* General tags */
* {margin:0; padding:0;}
body {
	background:#cccccc url(bodybg.gif) repeat;
	color:#000000;
	font-family: verdana, tahoma, sans-serif;
	font-size: 76%;
}
a {background-color:inherit; color:#286ea0; font-weight:normal; text-decoration:none;}
a:hover {text-decoration:underline;}
p {
	margin-top: 0;
	margin-right: 1.5px;
	margin-bottom: 16px;
	margin-left: 0;
}
table {font-size:12px;}
ul, ol {margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol {margin:3px 0 0 15px;}
img {float:none; margin:0 10px 5px 0;}

/* Headers */
h1 {color:#555; font-size:3.6em; letter-spacing:-3px; margin:0; text-align:right;}
h2 {font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}

/* IDs */
#title {
	width:720px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: -9px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#container {
	background:#fff url(front.png) bottom left no-repeat;
	color:#555;
	width:715px;
	line-height:1.3em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sidebar {
	float:left;
	padding-left:0px;
	width:190px;
	background-color: #6699FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sidebar p {
	text-align:left;
	font-size:0.8em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(file:///Macintosh%20HD/Users/patrick/Desktop/andreas05%203/kitten.jpeg);
}
#sidebar p a {font-weight:400;}
#main {float:right; width:470px;}
#footer {clear:both; color:#aaa;}

/* Menu */
.menu {
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding:4px 2px 4px 10px;
	width:155px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.menu:hover {background-color:#669999; border:1px solid #333333; color:#333333; text-decoration:none;}

/* Various classes */
.credits {color:#777; font-size:0.9em; margin-bottom:0;}
.credits a {color:#777;}
