﻿/*
-----------------------------------------------
New York Vocal Coaching Portal Page Styles
Designer: Victoria Meadows
Date:     October 2, 2008
----------------------------------------------- */


/* Document Color Palate ===================================================================================== */

/* dk gray: #A1A1A1 */
/* lt gray: #DEDEDD */
/* mid gray: # */
/* blue: #0C2642 */
/* green: #124a31 */


body {
	height: 1000px;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, san-serif;
	text-align: center;
	background: url('../images/portal-bg.jpg') no-repeat top center #124a31;	
		}
		
#contain2 {
	width: 800px;
	height: auto;
	text-align: center;
	margin:0px auto;
				
			
}
	
	
	
#contain {
	width: 652px;
	height: auto;
	text-align: center;
	margin:0px 74px;
	float:left;
				
			
}

#adcontain {
	width: 792px;
	float:left;
	height:225px;
	margin:50px auto 0px 25px;
	overflow:hidden;
	text-align:center;
	background:none;
	padding:0px;
}
    


#content {

	width: 100%;
	height: 431px;
	text-align: center;
	margin-top: 77px;
	margin-bottom: 0px;
	padding: 8px;

	}

			
#nav { width: 641px;
		height: 32px;
		text-align: center;
		float: left;
		margin-top: 4px;
		padding-top: 16px;		
		}
	



#picture {
	width: 641px;
	height: 368px;
	overflow:hidden;
	float: left;
	background: url('../images/portal-picture.jpg') no-repeat top center #0C2642;
	

			}
			
#logopara { margin: 0px 15px 0px 0px;
float:right;
text-align:left;
width:285px;
height:365px;
overflow:hidden;

	}
	
#picture  #logopara p {
	font-size:11px;
	color:white;
	font-weight:normal;
	line-height:18px;
	float:right;
	margin: 0px 0px 5px 3%; 
	width:97%;}
			
img {border:none;}

p {font-size: 12px; display:inline; margin-right: 20px; font-weight:bold;}

/*==================LINK STYLES================*/


a:link {color: #0C2642; text-decoration: none;}
a:visited {color: #0C2642; text-decoration: none;}
a:hover {color: #A1A1A1; text-decoration: none;}
		
