h@charset "UTF-8";
#left {
	background-image: url(images/bg_repeat_02.gif);
	background-repeat: repeat-y;
	height: 100%;
}#top {
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 396px;
	width: 300px;
}
#bottom {
	position: fixed;
	bottom: 0px;
}
#logo {
	padding-left: 15px;
	padding-top: 30px;
}
#menu {
	padding-left: 40px;
	padding-top: 15px;
}
html {
	height: 100%;
	background-image: url(images/bg_repeat_02.gif);
	background-repeat: repeat-y;
}
#top_graphic {
}
body {
	background-image: url(images/bg_repeat_02.gif);
	background-repeat: repeat-y;
}
a:focus { 
    outline: none; 
}