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

#content {
width:800px;
height:600px;
background-color:white;
}
/* ***************Title bar****************** */
#title_bar {
width:800px;
height:70px;
background-color:#00FF66; /* green */
}

#logo { /* JKMS logo */
margin: 3px 0 0 3px;
}

.musicRentalTitle { /* text Music Rentals: in title bar */
font-size: xx-large;
margin:0 0 0 25px;
}

.musicRentalTitle_specific { /* text page name in title bar */
font-size: x-large;
color:red;
margin:0 0 0 5px;
}

/* ******************Navagation bar**************** */
#navagation { /* Navagation bar */
float:left;
width:150px;
height:400px;
background-color:blue;
}

#navagation p { /* Search by: label */
color:white;
font-family:Arial, Helvetica, sans-serif;
margin:25px 0 0 25px;


}

#navagation input { /* first button */
margin:5px 0 0 12px;
width:125px;
}

/* ******************Main area********************* */
#signupForm { /* sign up form */
float:left;
font-family:Arial, Helvetica, sans-serif;
color:#000066;
background-color:white;
width:350px;
text-align:right;
}

#main b {
	font-size:1.2em;
}

.formField { /* field in sign up form */
text-align:right;
}
	
	