@charset "UTF-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.4em;
}
#sidebar {
	position: absolute;
	width: 200px;
	top: 300px;
	left: 0px;
	text-align: center;
	padding-left: 5px;
	background-color: #CCCCCC;
}
#side_menu table{
	border: 1px;
	color: #FFFFFF;
	border_collapse: collapse;
}
#main {
	margin-left: 210px;
	margin-top: 60px;
}

#top_buttons {
	margin-left: 30px;
	width: 900px;
}
.left_photo {
	padding-right: 10px;
	padding-bottom: 10px;
}
.right_photo {
	padding-left: 10px;
	padding-bottom: 10px;
}
#logo {
	margin-left: 30px;
}
h2 {
	font-size: 1.2em;
}
#footer {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 200px;
	float: right;
}
form {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-left: 10px;
}
#main #joycard {
	margin: 10px;
	padding: 10px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#sidebar ul {
	line-height: 1.6em;
}
#dream_idea {
border: groove;
}
#appeal {
	background-color: #C1C1D6;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
}
.side_navButts a {
	padding: 0px 10px 0px 10px;
	background-color : #244a9f;
	color : #FFF;
	display : block;
	text-decoration : none;
	text-align: center;
}

.side_navButts a:hover {
	background-color : #00ade5;
	color : #000;
	text-decoration : none;
}

#rd_search {
background-color: #C1C1D6;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	padding: 10px;
}

#dream_home {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
	border-width: thick;
	padding: 10px;
}
#SidebarHighlight {
	border: thin groove #333333;
}
#SidebarHighlight {
	padding: 3px;
	height: auto;
	width: auto;
	background-color: #244A9F;
	color: #CCCCCC;
}
#SidebarHighlight a:link {color: #FFFF33;}
#SidebarHighlight a:visited {color:#FFFFFF}