/*Service Learning @ 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;
font-family: Verdana, Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
background:#fff;
font-size: 12px;
color:#333333;
text-align: center;
line-height: 140%;
}

img {
border: none;
}

p{
text-indent:0px;
margin-bottom:20px;
}

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;
}*/


/*fixed layout*/
div.container {
width: 960px;
margin-left: auto;
margin-right: auto;
text-align: left;
position:relative;

padding-bottom: 0;
margin-bottom: 0;
}

#header{
background:url(../images/top.jpg) no-repeat center top;
height:471px;
}

#gallery{
padding-top:20px;
padding-left:54px;
}

#quotation{
	position:absolute;
	top:387px;
	left:462px;
	background:#333333;
	padding:5px;
	height:45px;
	width:431px;
	color:#CCCCCC;
	font-size:12px;
	line-height:120%;
}

#navigation{
margin-left:55px;
padding-top:113px;
}

div.contents{
background:url(../images/body_ry.jpg) repeat-y;
overflow:hidden;
padding-left:53px;
padding-right:50px;
}

#column1{
float:left;
width:180px;
margin-right:10px;
margin-bottom:30px;
margin-top:9px;
}

#announcements{
background:#FF9900;
color:#333333;
padding:10px;
}

#upcomingevents{
background:#FFCC00;
color:#333333;
padding:10px;
}

h2{font-size:14px;}

#column2{
float:left;
width:620px;
margin-bottom:30px;
}

#LatestNews{
}

#Reflections{
}

#Common{}

div.contentsectors{
width:620px;
margin-left:45px;
margin-top:0px;
text-align:justify;
}

div.contentsectors img{
float:left;
margin-right:10px;
margin-bottom:10px;
/*width:180px;
height:135px;*/
}


h1{
background:url(../images/separator.jpg) no-repeat left top;

margin-left:19px;
margin-bottom:10px;
padding-left:25px;
padding-top:13px;
height:51px;
width:660px;

color:#FFFFFF;
font-size:17px;
text-transform:none;}

div.contentsectors ul{margin-left:30px; text-align:left;}

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;
height:28px;
margin-left:8px;
margin-bottom:0px;
padding-left:15px;
padding-top:2px;
font-size:80%;
line-height:100%;

padding-bottom: 0;
}

#footer a{
color:#fff;
}
/*end footer*/

