
/* Search Box Stuff */
body {
        font-size: 72.5%; /* Resets 1em to 10px */
        font-family:"Trebuchet MS", sans-serif ;
        text-align: center;
        padding: 0;
        margin: 0 auto;
}

.yoyoyo {
	width:310px;
	height:600px;
	margin: 0 auto;
}
.yoyoyo2 {
	width:180px;
	height:1100px;
	float:left;
}
.landinglogo {
	width:173px;
	height:600px;
	float:left;
}
.logo {
	width:50px;
	height:174px;
	float:left;
}
.links {
	width:45px;
	height:260px;
	margin-top:10px;
	margin-right:15px;
	font-size:1.34em;
	float:right;
	font-weight:bold;
        color: #0863b9;
}
.glogo {
	width:45px;
	height:78px;
	margin-top:10px;
	margin-right:15px;
	float:right;
        color: #0863b9;
}
a {
        color: #0863b9;
}
.results {
	width:800px;
	height:1100px;
	float:right;
}
.all {
	width:1000px;
	height:1100px;
	margin:0 auto;

}

#searchbox2 {
        width: 59px;
        height: 500px;
        background: url('landingsearchbox.gif') no-repeat;
	float:left;
}
#searchbox2 #s {
        color: #0863b9;
        font-weight: bold;
        font-size:1.8em;
        float: left;
        padding: 0;
        margin: 20px 0px 0px 21px;
        border: 0;
        width: 59px;
	height:460px;
        background: none;
        font-family:"Trebuchet MS", sans-serif ;
}

#searchsubmit {
        margin-top:10px;
        margin-left: 0px;
        width: 53px;
        height: 122px;
        border: 0;
        background: url('submit.gif') no-repeat;
}


#searchsubmit:hover {
        background: url('submit2.gif') no-repeat;

}

