/*Student Leaders @ NYJC Website
CSS Stylesheet : Elaine Chua, d/'r-studio

All rights reserved. Strictly no unauthorised reproduction.
*/
html,body,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote,object,img,em,form,input,textarea,label{
	margin:0;
	padding:0;
}

body{
margin: 0px;
background:url(../images/backgroundrx.jpg) repeat-x center top #00aefe;
font-family: Verdana, Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
font-size: 12px;
color:#333333;
text-align: center;
line-height: 140%;
}

img {
border: none;
}

p{
text-indent:0px;
margin-bottom:10px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #ffccff;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1{
font-size:130%;
padding:5px;
margin-bottom:10px;
margin-left:40px;

text-transform:uppercase;
font-weight:0;
}

.headers{
background:#FF6600;
color:#FFFFFF;
padding:5px;
}


/*fixed layout*/
div.container {
background:#00aefe;
width: 960px;
margin-left: auto;
margin-right: auto;
text-align: left;
position:relative;

padding-bottom: 0;
margin-bottom: 0;
}

#header{
background:url(../images/background.jpg) no-repeat center top;
height:471px;
}

#gallery{
margin-top:10px;
padding-top:10px;
padding-left:10px;
margin-bottom:50px;
height:340px;
}

#quotation{
	position:absolute;
	top:400px;
	left:10px;
	background:#333;
	padding:10px;
	padding-left:50px;
	height:auto;
	width:870px;
	color:#fff;
	font-size:16px;
	line-height:120%;
	z-index:1;
	
	-ms-filter:		"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: 		alpha(opacity=90);
	-moz-opacity:	0.9;
	-khtml-opacity: 0.9;
	opacity: 		0.9;
	
	margin-bottom:10px;
}

#quotemark{
	position:absolute;
	top:425px;
	left:20px;
	font-size:80px;
	font-family:arial;
	color:#EFEFEF;
	width:auto;
	height:auto;
	z-index:2;
}

#navigation{
margin-left:530px;
padding-top:25px;

font-size:22px;
color:#FFFFFF;
font-weight:500;
line-height:150%;
}

#navigation a:link{
padding:2px;
text-decoration:none;
}

#navigation a:hover{
background:#FF9900;
color:#FFFFFF;
padding:2px;
text-decoration:none;
}


#navigation a:active{
padding:2px;
text-decoration:none;
}

#navigation a:visited{
padding:2px;
text-decoration:none;
}


div.contents{
background:url(../images/body_ry.jpg) repeat-y center top;
padding-left:10px;
padding-right:10px;
margin-top:35px;
}

div.contentblocks{
}

div.column1{
float:left;
width:730px;
margin-right:0px;
margin-bottom:30px;
}

#eggstoasts{text-align:justify; margin-right:30px;
}

#recentphotos img{
}

#Common{text-align:justify; margin-right:30px;}

div.mseparator{background:url(../images/mseparator.jpg) repeat-x; width:99%; height:1px;}
div.separator{background:url(../images/separator.jpg) repeat-x; width:100%; height:8px;}


h1{background:url(../images/separator.jpg) no-repeat left top;
padding-left:25px;
padding-top:13px;
height:51px;
width:680px;
color:#FFFFFF;
font-size:17px;
text-transform:none;}

div.column1 ul{margin-left:30px; text-align:left;}


div.column2{
float:left;
width:200px;
margin-bottom:30px;
}

#eggstoaststitle{
background:#FF9900;
color:#333333;
padding:10px;
line-height:130%;
height:100%;

padding-bottom:100px;
}

#recentphotostitle{
background:#FF9933;
color:#333333;
padding:10px;
height:100%;
line-height:130%;

padding-bottom:100px;
}

#welcometitle{
background:#FFCC00;
color:#333333;
padding:10px;
line-height:130%;
height:100%;

padding-bottom:100px;
}

h2{font-size:24px; font-family:Georgia, "Times New Roman", Times, serif;}


div.contents a:link{
color:#000000;
text-decoration:underline;
}

div.contents a:hover{
color:#000000;
text-decoration:underline;
font-weight:bold;
}

div.contents a:active{
color:#000000;
text-decoration:underline;
}

div.contents a:visited{
color:#000000;
text-decoration:underline;
}


/*end of fixed layout*/


/*start footer*/
#footer{
/*background:url(../images/footer.jpg) no-repeat #FFFFFF;*/
width:960px;
height:28px;
margin-left:8px;
margin-bottom:0px;
padding-top:2px;
font-size:80%;
line-height:100%;

padding-bottom: 0;
}

#footer a{
color:#fff;
}
/*end footer*/

