@charset "UTF-8";
/*Styles for moginspace.us
	Styles for Raves */

	a:link, a:visited { color:#116675; /*sky blue*/ }
	a:hover, a:active { background-color:#78E2EE; /*light blue*/ }

	body {
		background-color:#FF0; /*yellow*/
		color:#000;
		margin:0; border:none;
		width:800px;}

	table { margin:0 auto; }

	.rave_title {
		padding-top:15px;
		font-family:arial;
		font-size:17pt;
		text-align:center;
		font-weight:bold;}

	.rave_body {
		font-family:arial;
		font-size:13pt;
		text-align:left;}

	.old_raves{
		font-family:georgia;
		font-size:10pt;
		text-align:center;
		padding:0 25%;}

    table#old_rave_select {
		margin:0 auto;
		font-size:10pt;
		font-family:georgia;}
		
/*styles for movies rave jul_07*/
	div.movie_box {
		height:200px;
		width:700px;		
		margin:15px auto 20px auto; 
		font-family:arial;
		font-size:13pt;
		position:relative; }
		
	p.movie_title { width:260px; text-align:center; margin:0 auto; }
	p.movie_blurb { margin:5px auto; }
		
